다음을 통해 공유


ComponentDispatcher.IsThreadModal 속성

정의

스레드가 모달인지 여부를 나타내는 값을 가져옵니다.

public:
 static property bool IsThreadModal { bool get(); };
public static bool IsThreadModal { [System.Security.SecurityCritical] get; }
public static bool IsThreadModal { get; }
[<get: System.Security.SecurityCritical>]
member this.IsThreadModal : bool
member this.IsThreadModal : bool
Public Shared ReadOnly Property IsThreadModal As Boolean

속성 값

Boolean

스레드가 모달이면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상

추가 정보