Dispatcher.Thread 屬性

定義

取得與這個 Dispatcher 關聯的執行緒。

public:
 property System::Threading::Thread ^ Thread { System::Threading::Thread ^ get(); };
public System.Threading.Thread Thread { get; }
member this.Thread : System.Threading.Thread
Public ReadOnly Property Thread As Thread

屬性值

Thread

執行緒。

適用於