DropDownLinkCommand, classe
Hiérarchie d'héritage
System.Object
Microsoft.TeamFoundation.MVVM.NotifyPropertyChangedDispatcherObject
Microsoft.TeamFoundation.MVVM.RelayCommand
Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.DropDownLinkCommand
Espace de noms : Microsoft.TeamFoundation.Controls.WPF.TeamExplorer
Assembly : Microsoft.TeamFoundation.Controls (dans Microsoft.TeamFoundation.Controls.dll)
Syntaxe
'Déclaration
Public Class DropDownLinkCommand _
Inherits RelayCommand
public class DropDownLinkCommand : RelayCommand
Le type DropDownLinkCommand expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
DropDownLinkCommand(Action) | ||
DropDownLinkCommand(Action<Object>) | ||
DropDownLinkCommand(Action<Object>, Predicate<Object>) |
Début
Propriétés
Nom | Description | |
---|---|---|
Dispatcher | Répartiteur associé à cet objet. (Hérité de NotifyPropertyChangedDispatcherObject.) | |
IsExecuting | True si la commande exécute, false. (Hérité de RelayCommand.) |
Début
Méthodes
Nom | Description | |
---|---|---|
AddDependencySource(String, INotifyCollectionChanged) | (Hérité de NotifyPropertyChangedDispatcherObject.) | |
AddDependencySource(String, INotifyPropertyChanged) | (Hérité de NotifyPropertyChangedDispatcherObject.) | |
CanExecute | (Substitue RelayCommand.CanExecute(Object).) | |
CheckAccess | (Hérité de NotifyPropertyChangedDispatcherObject.) | |
CheckAccessBeginExecute | Exécute l'action spécifiée sur un thread associé avec le répartiteur de l'objet. Il appelle un BeginInvoke sur le répartiteur, n'attend pas l'action de fin -- est retourné immédiatement. (Hérité de NotifyPropertyChangedDispatcherObject.) | |
CheckAccessExecute(Action) | Exécute l'action spécifiée sur un thread associé avec le répartiteur de l'objet. (Hérité de NotifyPropertyChangedDispatcherObject.) | |
CheckAccessExecute<TResult>(Func<TResult>) | (Hérité de NotifyPropertyChangedDispatcherObject.) | |
Equals | Détermine si l'objet spécifié est identique à l'objet actuel. (Hérité de Object.) | |
Execute | (Hérité de RelayCommand.) | |
Finalize | Autorise un objet à tenter de libérer des ressources et d'exécuter d'autres opérations de nettoyage avant qu'il ne soit récupéré par l'opération garbage collection. (Hérité de Object.) | |
GetDependencySourceName(INotifyCollectionChanged) | (Hérité de NotifyPropertyChangedDispatcherObject.) | |
GetDependencySourceName(INotifyPropertyChanged) | (Hérité de NotifyPropertyChangedDispatcherObject.) | |
GetHashCode | Sert de fonction de hachage pour un type particulier. (Hérité de Object.) | |
GetType | Obtient le Type de l'instance actuelle. (Hérité de Object.) | |
MemberwiseClone | Crée une copie superficielle de l'objet Object actuel. (Hérité de Object.) | |
RaiseCanExecuteChanged | (Hérité de RelayCommand.) | |
RaisePropertyChanged | Événement PropertyChanged de raise.Cette méthode peut être appelée sur le thread associé avec le répartiteur de cet objet. (Hérité de NotifyPropertyChangedDispatcherObject.) | |
ReceiveWeakEvent | (Hérité de NotifyPropertyChangedDispatcherObject.) | |
RemoveDependencySource(String, INotifyCollectionChanged) | (Hérité de NotifyPropertyChangedDispatcherObject.) | |
RemoveDependencySource(String, INotifyPropertyChanged) | (Hérité de NotifyPropertyChangedDispatcherObject.) | |
SetAndRaisePropertyChanged(Boolean%, Boolean, String) | Une méthode d'assistance qui valeur de propriété définit et événement PropertyChanged de raise si la valeur a changé. Implémentation optimisée pour le type de System.Boolean. (Hérité de NotifyPropertyChangedDispatcherObject.) | |
SetAndRaisePropertyChanged(Int32%, Int32, String) | Une méthode d'assistance qui valeur de propriété définit et événement PropertyChanged de raise si la valeur a changé. Implémentation optimisée pour le type System.Int32. (Hérité de NotifyPropertyChangedDispatcherObject.) | |
SetAndRaisePropertyChanged(String%, String, String) | Une méthode d'assistance qui valeur de propriété définit et événement PropertyChanged de raise si la valeur a changé. Implémentation optimisée pour le type chaîne. (Hérité de NotifyPropertyChangedDispatcherObject.) | |
SetAndRaisePropertyChanged<T>(T%, T, String) | Une méthode d'assistance qui valeur de propriété définit et événement PropertyChanged de raise si la valeur a changé. (Hérité de NotifyPropertyChangedDispatcherObject.) | |
ToString | Retourne une chaîne qui représente l'objet actif. (Hérité de Object.) | |
VerifyAccess | Garantit que le thread appelant a accès à cet objet. (Hérité de NotifyPropertyChangedDispatcherObject.) |
Début
Événements
Nom | Description | |
---|---|---|
CanExecuteChanged | Déclenché lorsque CanExecute change. (Hérité de RelayCommand.) | |
PropertyChanged | Se produit en cas de modification d'une valeur de propriété. (Hérité de NotifyPropertyChangedDispatcherObject.) |
Début
Implémentations d'interface explicite
Nom | Description | |
---|---|---|
IWeakEventListener.ReceiveWeakEvent | (Hérité de NotifyPropertyChangedDispatcherObject.) |
Début
Sécurité des threads
Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.
Voir aussi
Référence
Microsoft.TeamFoundation.Controls.WPF.TeamExplorer, espace de noms