Partager via


PreRequestEventArgs.Instruction, propriété

Obtient ou définit le WebTestExecutionInstruction pour cette demande.Cela permet d'ignorer une demande à venir.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.VisualStudio.TestTools.WebTesting.WebTestExecutionInstruction
Objet WebTestExecutionInstruction.

Sécurité .NET Framework

Voir aussi

Référence

PreRequestEventArgs Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms