Freigeben über


WebTestRecorderPluginReference.AlwaysExecute-Eigenschaft

Ruft einen Wert ab, der angibt, ob das Plug-In, auf das verwiesen wird, immer ausgeführt werden muss, oder legt diesen fest.

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

Syntax

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

Eigenschaftswert

Typ: System.Boolean
true , wenn das Plug-In, auf das verwiesen wird, immer ausgeführt werden muss. Andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

WebTestRecorderPluginReference Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace