DispatcherQueue.GetForCurrentThread 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與目前線程相關聯的 DispatcherQueue 。
public:
static DispatcherQueue ^ GetForCurrentThread();
static DispatcherQueue GetForCurrentThread();
public static DispatcherQueue GetForCurrentThread();
function getForCurrentThread()
Public Shared Function GetForCurrentThread () As DispatcherQueue
傳回
DispatcherQueue實例,將在目前線程上以序列方式執行工作,如果沒有這類DispatcherQueue,則為 null。