다음을 통해 공유


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)

속성 값

형식: Boolean
참조된 플러그 인을 항상 실행해야 하는 경우 true이고, 그렇지 않으면 false입니다.

.NET Framework 보안

참고 항목

참조

WebTestRecorderPluginReference 클래스

Microsoft.VisualStudio.TestTools.WebTesting 네임스페이스