Compartilhar via


Propriedade WebTestRecorderPluginReference.AlwaysExecute

Obtém ou define um valor que indica se referenciado plug-in deve sempre ser executado.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
Public Property AlwaysExecute As Boolean
    Get
    Set
public bool AlwaysExecute { get; set; }
public:
property bool AlwaysExecute {
    bool get ();
    void set (bool value);
}
member AlwaysExecute : bool with get, set
function get AlwaysExecute () : boolean
function set AlwaysExecute (value : boolean)

Valor de propriedade

Tipo: System.Boolean
true Se a referida plug-in deve ser sempre executado; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

WebTestRecorderPluginReference Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting