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

目前執行緒的同步處理內容。

屬性

適用於