Condividi tramite


DispatcherQueue.GetForCurrentThread Metodo

Definizione

Ottiene il 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 dispatcherQueue che eseguirà le attività in modo seriale nel thread corrente.

Si applica a