Sdílet prostřednictvím


WebTestRequest.InternalSetOutcome – metoda

Představuje výsledek interně nastavená příkazem RequestPlugin.

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

Syntaxe

'Deklarace
Public Sub InternalSetOutcome ( _
    outcome As Outcome _
)
public void InternalSetOutcome(
    Outcome outcome
)
public:
void InternalSetOutcome(
    Outcome outcome
)
member InternalSetOutcome : 
        outcome:Outcome -> unit 
public function InternalSetOutcome(
    outcome : Outcome
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WebTestRequest Třída

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