ITeamExplorerSection Interface
Visual Studio 2012
Team Explorer section interface.
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
The ITeamExplorerSection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IsBusy | Get the busy state of this section. If the busy state changes, the PropertyChanged event should be raised. |
![]() | IsExpanded | Get the expanded state of this section. If the expanded state changes, the PropertyChanged event should be raised. |
![]() | IsVisible | Get the visibility of this section. If the visibility changes, the PropertyChanged event should be raised. |
![]() | SectionContent | Get the content for this section. If the content changes, the PropertyChanged event should be raised. |
![]() | Title | Get the title of this section. If the title changes, the PropertyChanged event should be raised. |
| Name | Description | |
|---|---|---|
![]() | Cancel | Cancel any currently running operations on this section. |
![]() | 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 section. |
![]() | Loaded | |
![]() | Refresh | Refresh this section. |
![]() | SaveContext | The section should save context. This is called before navigation to another page, Team Project context switch, and so on |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
| Name | Description | |
|---|---|---|
![]() | GetId | Get the ID for this section. (Defined by ITeamExplorerSectionExtensions.) |
![]() | GetProperty | Get a section property. (Defined by ITeamExplorerSectionExtensions.) |
![]() | SetProperty | Set a section property. (Defined by ITeamExplorerSectionExtensions.) |
