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>]
static member IsThreadModal : bool
static member IsThreadModal : bool
Public Shared ReadOnly Property IsThreadModal As Boolean

属性值

true 如果线程为模式,则为否则,为 false.

属性

适用于

另请参阅