共用方式為


TestCaseEvent.IsChildTestCase 屬性

取得旗標,判斷這個測試案例而言是否為子系的測試案例。

命名空間:  Microsoft.VisualStudio.IntelliTrace
組件:  Microsoft.IntelliTrace.11.0.0 (在 Microsoft.IntelliTrace.11.0.0.dll 中)

語法

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

屬性值

型別:System.Boolean

備註

例如,Web 測試在負載測試中的是子測試案例。

.NET Framework 安全性

請參閱

參考

TestCaseEvent 類別

Microsoft.VisualStudio.IntelliTrace 命名空間