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 section interface.
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Interface ITeamExplorerSection _
Inherits IDisposable, INotifyPropertyChanged
public interface ITeamExplorerSection : IDisposable,
INotifyPropertyChanged
public interface class ITeamExplorerSection : IDisposable,
INotifyPropertyChanged
type ITeamExplorerSection =
interface
interface IDisposable
interface INotifyPropertyChanged
end
public interface ITeamExplorerSection extends IDisposable, INotifyPropertyChanged
The ITeamExplorerSection type exposes the following members.
Properties
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. |
Top
Methods
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 |
Top
Events
Name | Description | |
---|---|---|
![]() |
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
Top
Extension Methods
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.) |
Top