ITeamExplorer Interface
Team Explorer interface.
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
<GuidAttribute("73CABA5D-2A8F-48A7-BFD0-E7D2F8455E77")> _
Public Interface ITeamExplorer _
Inherits IServiceProvider, INotifyPropertyChanged
[GuidAttribute("73CABA5D-2A8F-48A7-BFD0-E7D2F8455E77")]
public interface ITeamExplorer : IServiceProvider,
INotifyPropertyChanged
[GuidAttribute(L"73CABA5D-2A8F-48A7-BFD0-E7D2F8455E77")]
public interface class ITeamExplorer : IServiceProvider,
INotifyPropertyChanged
[<GuidAttribute("73CABA5D-2A8F-48A7-BFD0-E7D2F8455E77")>]
type ITeamExplorer =
interface
interface IServiceProvider
interface INotifyPropertyChanged
end
public interface ITeamExplorer extends IServiceProvider, INotifyPropertyChanged
The ITeamExplorer type exposes the following members.
Properties
Name | Description | |
---|---|---|
CurrentPage | Get the current page. This can be null if there is no current page. The PropertyChanged event will be fired when this property changes. |
Top
Methods
Name | Description | |
---|---|---|
ClearNotifications | Clears all notifications that do not require the user's confirmation. | |
ClosePage | Close the specified page. | |
GetService | Gets the service object of the specified type. (Inherited from IServiceProvider.) | |
HideNotification | Removes the notification show using the specified id from the notification area. | |
IsNotificationVisible | Determine whether a notification associated with the specified id is currently visible in the Team Explorer. | |
NavigateToPage | Navigate to the specified page. | |
ShowNotification | Show a notification message in the Team Explorer tool window. |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
Top