Intersoft ClientUI Documentation
ViewPartAttribute Constructor(String,String,String,String)



The region scope name of which the view will be injected to.
The region name of which the view will be injected to.
The unique name associated to this view instance.
The type of the region scope of which the view will be injected to.
Initializes a new instance of ViewPartAttribute class.
Syntax
Public Function New( _
   ByVal regionScopeName As String, _
   ByVal regionName As String, _
   ByVal viewName As String, _
   ByVal regionScopeType As String _
)
Dim regionScopeName As String
Dim regionName As String
Dim viewName As String
Dim regionScopeType As String
 
Dim instance As New ViewPartAttribute(regionScopeName, regionName, viewName, regionScopeType)
public ViewPartAttribute( 
   string regionScopeName,
   string regionName,
   string viewName,
   string regionScopeType
)
public:
ViewPartAttribute( 
   String^ regionScopeName,
   String^ regionName,
   String^ viewName,
   String^ regionScopeType
)

Parameters

regionScopeName
The region scope name of which the view will be injected to.
regionName
The region name of which the view will be injected to.
viewName
The unique name associated to this view instance.
regionScopeType
The type of the region scope of which the view will be injected to.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ViewPartAttribute Class
ViewPartAttribute Members
Overload List

Send Feedback