共用方式為


WebTestRecorderPluginReference.AlwaysExecute 屬性

取得或設定值,指出是否一定要執行參考的外掛程式。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
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)

屬性值

型別:System.Boolean
如果必須永遠執行參考的外掛程式則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

WebTestRecorderPluginReference 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間