Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Team Explorer page interface.
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Interface ITeamExplorerPage _
Inherits IDisposable, INotifyPropertyChanged
public interface ITeamExplorerPage : IDisposable,
INotifyPropertyChanged
public interface class ITeamExplorerPage : IDisposable,
INotifyPropertyChanged
type ITeamExplorerPage =
interface
interface IDisposable
interface INotifyPropertyChanged
end
public interface ITeamExplorerPage extends IDisposable, INotifyPropertyChanged
The ITeamExplorerPage type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
IsBusy | Get the busy state of this page. If the busy state changes, the PropertyChanged event should be raised. |
![]() |
PageContent | Get the content for this page. If the content changes, the PropertyChanged event should be raised. |
![]() |
Title | Get the title of this page. If the title changes, the PropertyChanged event should be raised. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Cancel | Cancel any currently running operations on this page. |
![]() |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() |
GetExtensibilityService | Get the requested extensibility service for this page. |
![]() |
Initialize | Initialize this page. |
![]() |
Loaded | The page and all sections have been created and initialized. |
![]() |
Refresh | Refresh this page. |
![]() |
SaveContext | The page should save context. This is called before navigation to another page, Team Project context switch, and so on |
Top
Events
Name | Description | |
---|---|---|
![]() |
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
Top
Extension Methods
Name | Description | |
---|---|---|
![]() |
Close | Close this page. (Defined by ITeamExplorerPageExtensions.) |
![]() |
GetFocusedSection | Get the focused section for this page. (Defined by ITeamExplorerPageExtensions.) |
![]() |
GetId | Get the ID for this page. (Defined by ITeamExplorerPageExtensions.) |
![]() |
GetProperty | Get a page property. (Defined by ITeamExplorerPageExtensions.) |
![]() |
GetSection | Get the section for this page with the specified ID. (Defined by ITeamExplorerPageExtensions.) |
![]() |
GetSections | Get the sections for this page. (Defined by ITeamExplorerPageExtensions.) |
![]() |
GetService<T> | Get the requested service. (Defined by ITeamExplorerPageExtensions.) |
![]() |
RefreshPageAndSections | Refresh this page and its sections. (Defined by ITeamExplorerPageExtensions.) |
![]() |
SetProperty | Set a page property. (Defined by ITeamExplorerPageExtensions.) |
Top