Partager via


DispatcherQueue.GetForCurrentThread Méthode

Définition

Obtient le DispatcherQueue associé au thread actif.

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

Retours

DispatcherQueue instance qui exécutera des tâches en série sur le thread actif.

S’applique à