Dispatcher.CurrentDispatcher Propriété

Définition

Obtient le Dispatcher pour le thread en cours d'exécution et crée un nouveau Dispatcher si aucun n'est déjà associé au thread.

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

Valeur de propriété

Répartiteur associé au thread actuel.

Remarques

Si un Dispatcher n’est pas associé au thread actuel, un nouveau Dispatcher est créé. Ce n'est pas le cas avec la méthode FromThread. FromThread retourne null s’il n’y a pas de répartiteur associé au thread spécifié.

S’applique à