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

属性

适用于

另请参阅