Partilhar 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
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 o plug-in referenciado deve sempre ser executado; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

WebTestRecorderPluginReference Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting