次の方法で共有


UiSynchronizationContext.Current プロパティ

定義

注意事項

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

現在のスレッドの同期コンテキストを取得します。

public:
 static property System::Threading::SynchronizationContext ^ Current { System::Threading::SynchronizationContext ^ get(); void set(System::Threading::SynchronizationContext ^ value); };
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public static System.Threading.SynchronizationContext Current { get; set; }
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
static member Current : System.Threading.SynchronizationContext with get, set
Public Shared Property Current As SynchronizationContext

プロパティ値

SynchronizationContext を返します。

現在のスレッドの同期コンテキスト。

属性

適用対象