TeamExplorerSectionAttribute Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

.NET Framework Security

See Also

Reference

TeamExplorerSectionAttribute Class

Microsoft.TeamFoundation.Controls Namespace