TeamExplorerSectionAttribute Constructor
Constructor.
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
id As String, _
parentPageId As String, _
priority As Integer _
)
public TeamExplorerSectionAttribute(
string id,
string parentPageId,
int priority
)
public:
TeamExplorerSectionAttribute(
String^ id,
String^ parentPageId,
int priority
)
new :
id:string *
parentPageId:string *
priority:int -> TeamExplorerSectionAttribute
public function TeamExplorerSectionAttribute(
id : String,
parentPageId : String,
priority : int
)
Parameters
- id
Type: System.String
- parentPageId
Type: System.String
- priority
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.