Compartilhar via


ComponentDispatcher.IsThreadModal Propriedade

Definição

Obtém um valor que indica se o thread é modal.

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

Valor da propriedade

Boolean

true se o thread for modal; caso contrário, false.

Atributos

Aplica-se a

Confira também