Condividi tramite


Proprietà WebTestRecorderPluginReference.AlwaysExecute

Ottiene o imposta un valore booleano che indica se il plug-in di riferimento deve essere sempre eseguito.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Boolean
true se il plug-in a cui si fa riferimento deve essere sempre eseguito; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTestRecorderPluginReference Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting