共用方式為


WebTestRequest.ParseDependentRequests 屬性

取得或設定值,這個值表示是否要自動擷取於回應內容中找到的相依要求。

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

語法

'宣告
Public Property ParseDependentRequests As Boolean
    Get
    Set
public bool ParseDependentRequests { get; set; }
public:
property bool ParseDependentRequests {
    bool get ();
    void set (bool value);
}
member ParseDependentRequests : bool with get, set
function get ParseDependentRequests () : boolean
function set ParseDependentRequests (value : boolean)

屬性值

型別:System.Boolean
如果要擷取相依要求,則為 true,否則為 false。預設值是 true。

備註

如果此項設定為 true,將會擷取下列的相依要求:

  1. 影像標記。

  2. 指令碼檔 (JavaScript、VBScript)。

  3. 階層式樣式表。

  4. 內容的背景影像。

  5. 表格的背景影像。

  6. 影像按鈕。

  7. XML 檔

.NET Framework 安全性

請參閱

參考

WebTestRequest 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間