Intersoft ClientUI Documentation
ViewPartAttribute Constructor(String,String,String)
See Also  Send Feedback
Intersoft.Client.Framework.Regions Namespace > ViewPartAttribute Class > ViewPartAttribute Constructor : ViewPartAttribute Constructor(String,String,String)






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.
Initializes a new instance of ViewPartAttribute class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal regionScopeName As String, _
   ByVal regionName As String, _
   ByVal viewName As String _
)
Visual Basic (Usage)Copy Code
Dim regionScopeName As String
Dim regionName As String
Dim viewName As String
 
Dim instance As New ViewPartAttribute(regionScopeName, regionName, viewName)
C# 
public ViewPartAttribute( 
   string regionScopeName,
   string regionName,
   string viewName
)
Delphi 
public ViewPartAttribute( 
    regionScopeName: String;
    regionName: String;
    viewName: String
); 
JScript 
public function ViewPartAttribute( 
   regionScopeName : String,
   regionName : String,
   viewName : String
);
Managed Extensions for C++ 
public: ViewPartAttribute( 
   string* regionScopeName,
   string* regionName,
   string* viewName
)
C++/CLI 
public:
ViewPartAttribute( 
   String^ regionScopeName,
   String^ regionName,
   String^ viewName
)

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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.