共用方式為


ValidationEventArgs.Response 屬性

取得正在驗證的 WebTestResponse

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
Public ReadOnly Property Response As WebTestResponse
public WebTestResponse Response { get; }
public:
property WebTestResponse^ Response {
    WebTestResponse^ get ();
}
member Response : WebTestResponse with get
function get Response () : WebTestResponse

屬性值

型別:Microsoft.VisualStudio.TestTools.WebTesting.WebTestResponse
WebTestResponse 物件。

.NET Framework 安全性

請參閱

參考

ValidationEventArgs 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間