ITeamExplorer Interface

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

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
Public property 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
Public method ClearNotifications Clears all notifications that do not require the user's confirmation.
Public method ClosePage Close the specified page.
Public method GetService Gets the service object of the specified type. (Inherited from IServiceProvider.)
Public method HideNotification Removes the notification show using the specified id from the notification area.
Public method IsNotificationVisible Determine whether a notification associated with the specified id is currently visible in the Team Explorer.
Public method NavigateToPage Navigate to the specified page.
Public method ShowNotification Show a notification message in the Team Explorer tool window.

Top

Events

  Name Description
Public event PropertyChanged Occurs when a property value changes. (Inherited from INotifyPropertyChanged.)

Top

See Also

Reference

Microsoft.TeamFoundation.Controls Namespace