ITeamExplorer, interface
Interface d'Team Explorer .
Espace de noms : Microsoft.TeamFoundation.Controls
Assembly : Microsoft.TeamFoundation.Controls (dans Microsoft.TeamFoundation.Controls.dll)
Syntaxe
'Déclaration
<GuidAttribute("73CABA5D-2A8F-48A7-BFD0-E7D2F8455E77")> _
Public Interface ITeamExplorer _
Inherits IServiceProvider, INotifyPropertyChanged
[GuidAttribute("73CABA5D-2A8F-48A7-BFD0-E7D2F8455E77")]
public interface ITeamExplorer : IServiceProvider,
INotifyPropertyChanged
Le type ITeamExplorer expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
CurrentPage | Obtenez la page actuelle.Cela peut être null s'il n'y a aucune page actuelle.L'événement PropertyChanged de sera déclenché lorsque cette propriété change. |
Début
Méthodes
Nom | Description | |
---|---|---|
ClearNotifications | Efface toutes les notifications qui ne requièrent pas de confirmation de l'utilisateur. | |
ClosePage | Fermez la page spécifiée. | |
GetService | Obtient l'objet service du type spécifié. (Hérité de IServiceProvider.) | |
HideNotification | Supprime le afficher de notification à l'aide de l'identificateur spécifié de la zone de notification. | |
IsNotificationVisible | Déterminer si une notification associée à l'identificateur spécifié est actuellement visible dans Team Explorer. | |
NavigateToPage | Accédez à la page spécifiée. | |
ShowNotification | Afficher un message de notification dans la fenêtre Outil d' Team Explorer . |
Début
Événements
Nom | Description | |
---|---|---|
PropertyChanged | Se produit lorsqu'une valeur de propriété est modifiée. (Hérité de INotifyPropertyChanged.) |
Début
Méthodes d'extension
Nom | Description | |
---|---|---|
GetService<T>() | Surchargé. (Défini par IServiceProviderExtensions.) | |
GetService<T, V>() | Surchargé. (Défini par IServiceProviderExtensions.) |
Début