WebTestRequest.InternalSetOutcome 方法
代表由 RequestPlugin 在內部設定的結果。
命名空間: Microsoft.VisualStudio.TestTools.WebTesting
組件: Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)
語法
'宣告
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
)
參數
- outcome
型別:Microsoft.VisualStudio.TestTools.WebTesting.Outcome
Web 效能測試要求的結果。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。