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

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

특성

적용 대상

제품 버전 (사용되지 않음)
.NET Framework (4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)