BackgroundCommand (Clase)
Jerarquía de herencia
System.Object
Microsoft.TeamFoundation.MVVM.NotifyPropertyChangedDispatcherObject
Microsoft.TeamFoundation.MVVM.BackgroundCommand
Espacio de nombres: Microsoft.TeamFoundation.MVVM
Ensamblado: Microsoft.TeamFoundation.Controls (en Microsoft.TeamFoundation.Controls.dll)
Sintaxis
'Declaración
Public MustInherit Class BackgroundCommand _
Inherits NotifyPropertyChangedDispatcherObject _
Implements IOwnedCommand, ICommand
public abstract class BackgroundCommand : NotifyPropertyChangedDispatcherObject,
IOwnedCommand, ICommand
El tipo BackgroundCommand expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
BackgroundCommand() | ||
BackgroundCommand(Dispatcher) |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Dispatcher | Distribuidor asociado a este objeto. (Se hereda de NotifyPropertyChangedDispatcherObject). | |
IsBusy |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
AddDependencySource(String, INotifyCollectionChanged) | (Se hereda de NotifyPropertyChangedDispatcherObject). | |
AddDependencySource(String, INotifyPropertyChanged) | (Se hereda de NotifyPropertyChangedDispatcherObject). | |
Cancel | ||
CanExecute | ||
CheckAccess | (Se hereda de NotifyPropertyChangedDispatcherObject). | |
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). | |
CheckAccessExecute(Action) | Ejecuta la acción especificada en un subproceso asociado al distribuidor del objeto. (Se hereda de NotifyPropertyChangedDispatcherObject). | |
CheckAccessExecute<TResult>(Func<TResult>) | (Se hereda de NotifyPropertyChangedDispatcherObject). | |
CreateWorkerArgument | ||
DoBackgroundWork | ||
Equals | Determina si el objeto especificado es igual al objeto actual. (Se hereda de Object). | |
Execute | ||
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). | |
GetDependencySourceName(INotifyCollectionChanged) | (Se hereda de NotifyPropertyChangedDispatcherObject). | |
GetDependencySourceName(INotifyPropertyChanged) | (Se hereda de NotifyPropertyChangedDispatcherObject). | |
GetHashCode | Actúa como función hash para un tipo concreto. (Se hereda de Object). | |
GetType | Obtiene el objeto Type de la instancia actual. (Se hereda de Object). | |
MemberwiseClone | Crea una copia superficial del objeto Object actual. (Se hereda de Object). | |
OnBackgroundWorkCompleted | ||
PreExecuteValidate | ||
RaiseCanExecuteChanged | ||
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). | |
ReceiveWeakEvent | (Se hereda de NotifyPropertyChangedDispatcherObject). | |
RemoveDependencySource(String, INotifyCollectionChanged) | (Se hereda de NotifyPropertyChangedDispatcherObject). | |
RemoveDependencySource(String, INotifyPropertyChanged) | (Se hereda de NotifyPropertyChangedDispatcherObject). | |
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). | |
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). | |
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). | |
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). | |
ToString | Devuelve una cadena que representa el objeto actual. (Se hereda de Object). | |
VerifyAccess | Se aplica al subproceso de llamada tiene acceso a este objeto. (Se hereda de NotifyPropertyChangedDispatcherObject). |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
CanExecuteChanged | ||
PropertyChanged | Tiene lugar cuando cambia un valor de propiedad. (Se hereda de NotifyPropertyChangedDispatcherObject). |
Arriba
Campos
Nombre | Descripción | |
---|---|---|
IsBusyProperty | ||
m_backroundWorker |
Arriba
Implementaciones explícitas de interfaces
Nombre | Descripción | |
---|---|---|
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.