ITeamExplorerPageExtensions Class
ITeamExplorerPage extension methods.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Controls.ITeamExplorerPageExtensions
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class ITeamExplorerPageExtensions
public static class ITeamExplorerPageExtensions
[ExtensionAttribute]
public ref class ITeamExplorerPageExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type ITeamExplorerPageExtensions = class end
public final class ITeamExplorerPageExtensions
The ITeamExplorerPageExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
Close | Close this page. | |
GetFocusedSection | Get the focused section for this page. | |
GetId | Get the ID for this page. | |
GetProperty | Get a page property. | |
GetSection | Get the section for this page with the specified ID. | |
GetSections | Get the sections for this page. | |
GetService<T> | Get the requested service. | |
RefreshPageAndSections | Refresh this page and its sections. | |
SetProperty | Set a page property. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.