Поделиться через


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 - пространство имен