Sdílet prostřednictvím


PreRequestEventArgs.Instruction – vlastnost

Získá nebo nastaví WebTestExecutionInstruction pro požadavek. Díky nadcházející požadavek přeskočit.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.WebTesting.WebTestExecutionInstruction
A WebTestExecutionInstruction objektu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

PreRequestEventArgs Třída

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů