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,將會擷取下列的相依要求:
影像標記。
指令碼檔 (JavaScript、VBScript)。
階層式樣式表。
內容的背景影像。
表格的背景影像。
影像按鈕。
XML 檔
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。