共用方式為


WebTestRequest.HasDependentRequests 屬性

取得值,指出要求是否具有相依要求。

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

語法

'宣告
Public ReadOnly Property HasDependentRequests As Boolean
public bool HasDependentRequests { get; }
public:
property bool HasDependentRequests {
    bool get ();
}
member HasDependentRequests : bool with get
function get HasDependentRequests () : boolean

屬性值

型別:System.Boolean
如果要求具有相依要求,則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

WebTestRequest 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間