Dispatcher.FromThread(Thread) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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é.