Dispatcher.CurrentDispatcher Propiedad

Definición

Obtiene Dispatcher del subproceso que se ejecuta actualmente y crea un nuevo objeto Dispatcher si aún no hay ninguno asociado al subproceso.

public:
 static property System::Windows::Threading::Dispatcher ^ CurrentDispatcher { System::Windows::Threading::Dispatcher ^ get(); };
public static System.Windows.Threading.Dispatcher CurrentDispatcher { get; }
static member CurrentDispatcher : System.Windows.Threading.Dispatcher
Public Shared ReadOnly Property CurrentDispatcher As Dispatcher

Valor de propiedad

Distribuidor asociado al subproceso actual.

Comentarios

Dispatcher Si no está asociado al subproceso actual, se creará un nuevoDispatcher. Esto no sucede así con el método FromThread. FromThread devolverá null si no hay un distribuidor asociado al subproceso especificado.

Se aplica a