Compartir a través de


DropDownLinkCommand (Clase)

Jerarquía de herencia

System.Object
  Microsoft.TeamFoundation.MVVM.NotifyPropertyChangedDispatcherObject
    Microsoft.TeamFoundation.MVVM.RelayCommand
      Microsoft.TeamFoundation.Controls.WPF.TeamExplorer.DropDownLinkCommand

Espacio de nombres:  Microsoft.TeamFoundation.Controls.WPF.TeamExplorer
Ensamblado:  Microsoft.TeamFoundation.Controls (en Microsoft.TeamFoundation.Controls.dll)

Sintaxis

'Declaración
Public Class DropDownLinkCommand _
    Inherits RelayCommand
public class DropDownLinkCommand : RelayCommand

El tipo DropDownLinkCommand expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público DropDownLinkCommand(Action)
Método público DropDownLinkCommand(Action<Object>)
Método público DropDownLinkCommand(Action<Object>, Predicate<Object>)

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Dispatcher Distribuidor asociado a este objeto. (Se hereda de NotifyPropertyChangedDispatcherObject).
Propiedad pública IsExecuting True si el comando se ejecuta en caso contrario, false. (Se hereda de RelayCommand).

Arriba

Métodos

  Nombre Descripción
Método protegido AddDependencySource(String, INotifyCollectionChanged) (Se hereda de NotifyPropertyChangedDispatcherObject).
Método protegido AddDependencySource(String, INotifyPropertyChanged) (Se hereda de NotifyPropertyChangedDispatcherObject).
Método público CanExecute (Invalida a RelayCommand.CanExecute(Object)).
Método público CheckAccess (Se hereda de NotifyPropertyChangedDispatcherObject).
Método público CheckAccessBeginExecute Ejecuta la acción especificada en un subproceso asociado al distribuidor del objeto. Esto invoca un BeginInvoke en el distribuidor, no espera la acción para completar -- especificado inmediatamente. (Se hereda de NotifyPropertyChangedDispatcherObject).
Método público CheckAccessExecute(Action) Ejecuta la acción especificada en un subproceso asociado al distribuidor del objeto. (Se hereda de NotifyPropertyChangedDispatcherObject).
Método público CheckAccessExecute<TResult>(Func<TResult>) (Se hereda de NotifyPropertyChangedDispatcherObject).
Método público Equals Determina si el objeto especificado es igual al objeto actual. (Se hereda de Object).
Método público Execute (Se hereda de RelayCommand).
Método protegido Finalize Permite que un objeto intente liberar recursos y realizar otras operaciones de limpieza antes de ser reclamado por la recolección de elementos no utilizados. (Se hereda de Object).
Método protegido GetDependencySourceName(INotifyCollectionChanged) (Se hereda de NotifyPropertyChangedDispatcherObject).
Método protegido GetDependencySourceName(INotifyPropertyChanged) (Se hereda de NotifyPropertyChangedDispatcherObject).
Método público GetHashCode Actúa como función hash para un tipo concreto. (Se hereda de Object).
Método público GetType Obtiene el objeto Type de la instancia actual. (Se hereda de Object).
Método protegido MemberwiseClone Crea una copia superficial del objeto Object actual. (Se hereda de Object).
Método público RaiseCanExecuteChanged (Se hereda de RelayCommand).
Método protegido RaisePropertyChanged Evento PropertyChanged de mejoras.Este método se sólo puede llamar en el subproceso asociado al distribuidor de este objeto. (Se hereda de NotifyPropertyChangedDispatcherObject).
Método protegido ReceiveWeakEvent (Se hereda de NotifyPropertyChangedDispatcherObject).
Método protegido RemoveDependencySource(String, INotifyCollectionChanged) (Se hereda de NotifyPropertyChangedDispatcherObject).
Método protegido RemoveDependencySource(String, INotifyPropertyChanged) (Se hereda de NotifyPropertyChangedDispatcherObject).
Método protegido SetAndRaisePropertyChanged(Boolean%, Boolean, String) Un método auxiliar que establece valores de propiedad y provoca el evento PropertyChanged si el valor ha cambiado. Implementación optimizada para el tipo de System.Boolean. (Se hereda de NotifyPropertyChangedDispatcherObject).
Método protegido SetAndRaisePropertyChanged(Int32%, Int32, String) Un método auxiliar que establece valores de propiedad y provoca el evento PropertyChanged si el valor ha cambiado. Implementación optimizada para el tipo System.Int32. (Se hereda de NotifyPropertyChangedDispatcherObject).
Método protegido SetAndRaisePropertyChanged(String%, String, String) Un método auxiliar que establece valores de propiedad y provoca el evento PropertyChanged si el valor ha cambiado. Implementación optimizada para el tipo string. (Se hereda de NotifyPropertyChangedDispatcherObject).
Método protegido SetAndRaisePropertyChanged<T>(T%, T, String) Un método auxiliar que establece valores de propiedad y provoca el evento PropertyChanged si el valor ha cambiado. (Se hereda de NotifyPropertyChangedDispatcherObject).
Método público ToString Devuelve una cadena que representa el objeto actual. (Se hereda de Object).
Método protegido VerifyAccess Se aplica al subproceso de llamada tiene acceso a este objeto. (Se hereda de NotifyPropertyChangedDispatcherObject).

Arriba

Eventos

  Nombre Descripción
Evento público CanExecuteChanged Se provoca cuando cambia CanExecute. (Se hereda de RelayCommand).
Evento público PropertyChanged Tiene lugar cuando cambia un valor de propiedad. (Se hereda de NotifyPropertyChangedDispatcherObject).

Arriba

Implementaciones explícitas de interfaces

  Nombre Descripción
Implementación explícita de interfacesMétodo privado IWeakEventListener.ReceiveWeakEvent (Se hereda de NotifyPropertyChangedDispatcherObject).

Arriba

Seguridad para subprocesos

Todos los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para la ejecución de subprocesos. No se garantiza que los miembros de instancias sean seguros para la ejecución de subprocesos.

Vea también

Referencia

Microsoft.TeamFoundation.Controls.WPF.TeamExplorer (Espacio de nombres)