Dispatcher.FromThread(Thread) Méthode

Définition

Obtient le Dispatcher pour le thread spécifié.

public:
 static System::Windows::Threading::Dispatcher ^ FromThread(System::Threading::Thread ^ thread);
public static System.Windows.Threading.Dispatcher FromThread (System.Threading.Thread thread);
static member FromThread : System.Threading.Thread -> System.Windows.Threading.Dispatcher
Public Shared Function FromThread (thread As Thread) As Dispatcher

Paramètres

thread
Thread

Thread à partir duquel obtenir le Dispatcher.

Retours

Dispatcher

Répartiteur de thread.

Remarques

Si un répartiteur n’est pas disponible pour le thread spécifié, null il est retourné.

FromThread ne crée pas de Dispatcher thread sur un thread qui n’a pas de Dispatcher. Un nouveau Dispatcher est créé sur un thread qui n’a pas déjà de Dispatcher tentative d’obtention Dispatcher de la CurrentDispatcher propriété.

S’applique à