ITeamExplorerPageExtensions Class

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

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
Public methodStatic member Close Close this page.
Public methodStatic member GetFocusedSection Get the focused section for this page.
Public methodStatic member GetId Get the ID for this page.
Public methodStatic member GetProperty Get a page property.
Public methodStatic member GetSection Get the section for this page with the specified ID.
Public methodStatic member GetSections Get the sections for this page.
Public methodStatic member GetService<T> Get the requested service.
Public methodStatic member RefreshPageAndSections Refresh this page and its sections.
Public methodStatic member 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.

See Also

Reference

Microsoft.TeamFoundation.Controls Namespace