DispatcherQueue.GetForCurrentThread Metodo

Definizione

Ottiene dispatcherQueue associato al thread corrente.

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

Restituisce

Istanza di DispatcherQueue che eseguirà le attività serialmente nel thread corrente o null se non esiste un'istanza di DispatcherQueue .

Si applica a