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를 반환합니다.

현재 스레드의 동기화 컨텍스트입니다.

특성

적용 대상