Linguaggio

DispatcherQueue.GetForCurrentThread Metodo

Definizione

Ottiene l'oggetto DispatcherQueue associato al thread corrente.

public:
 static DispatcherQueue ^ GetForCurrentThread();
 static DispatcherQueue GetForCurrentThread();
public static DispatcherQueue GetForCurrentThread();
function getForCurrentThread()
Public Shared Function GetForCurrentThread () As DispatcherQueue

Valori restituiti

Istanza dispatcherQueue che eseguirà le attività in modo seriale nel thread corrente o null se tale DispatcherQueue non esiste.

Si applica a