ITeamExplorerPageExtensions.GetSections Method
Get the sections for this page.
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function GetSections ( _
page As ITeamExplorerPage _
) As ITeamExplorerSection()
public static ITeamExplorerSection[] GetSections(
this ITeamExplorerPage page
)
[ExtensionAttribute]
public:
static array<ITeamExplorerSection^>^ GetSections(
ITeamExplorerPage^ page
)
static member GetSections :
page:ITeamExplorerPage -> ITeamExplorerSection[]
public static function GetSections(
page : ITeamExplorerPage
) : ITeamExplorerSection[]
Parameters
Return Value
Type: array<Microsoft.TeamFoundation.Controls.ITeamExplorerSection[]
Returns ITeamExplorerSection.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type ITeamExplorerPage. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
.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.