다음을 통해 공유


PreRequestEventArgs.Instruction 속성

이 요청의 WebTestExecutionInstruction을 가져오거나 설정합니다. 이렇게 하면 예정된 요청을 생략할 수 있습니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.WebTesting
어셈블리:  Microsoft.VisualStudio.QualityTools.WebTestFramework(Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

구문

‘선언
Public Property Instruction As WebTestExecutionInstruction
public WebTestExecutionInstruction Instruction { get; set; }
public:
property WebTestExecutionInstruction Instruction {
    WebTestExecutionInstruction get ();
    void set (WebTestExecutionInstruction value);
}
member Instruction : WebTestExecutionInstruction with get, set
function get Instruction () : WebTestExecutionInstruction 
function set Instruction (value : WebTestExecutionInstruction)

속성 값

형식: Microsoft.VisualStudio.TestTools.WebTesting.WebTestExecutionInstruction
WebTestExecutionInstruction 개체

.NET Framework 보안

참고 항목

참조

PreRequestEventArgs 클래스

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