DispatcherQueue.GetForCurrentThread Méthode

Définition

Obtient le DispatcherQueue associé au thread actuel.

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

Retours

DispatcherQueue instance qui exécute des tâches en série sur le thread actuel, ou null si aucun dispatcherQueue n’existe.

S’applique à