PreRequestEventArgs.Instruction 属性

获取或设置此请求的 WebTestExecutionInstruction。 以便能跳过即将到来的请求。

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
Public Property Instruction As WebTestExecutionInstruction
    Get
    Set
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 命名空间