DispatcherQueue.GetForCurrentThread メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のスレッドに関連付けられている DispatcherQueue を取得します。
public:
static DispatcherQueue ^ GetForCurrentThread();
static DispatcherQueue GetForCurrentThread();
public static DispatcherQueue GetForCurrentThread();
function getForCurrentThread()
Public Shared Function GetForCurrentThread () As DispatcherQueue
戻り値
現在のスレッドでタスクを順次実行する DispatcherQueue インスタンス。