Freigeben über


TestCaseEventArgs.IsChildTestCase-Eigenschaft

Ruft einen Wert ab, der angibt, ob der Testfall ein untergeordnetes Element eines anderen Testfalls ist, oder legt ihn fest.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public Property IsChildTestCase As Boolean
public bool IsChildTestCase { get; private set; }
public:
property bool IsChildTestCase {
    bool get ();
    private: void set (bool value);
}
member IsChildTestCase : bool with get, private set
function get IsChildTestCase () : boolean
private function set IsChildTestCase (value : boolean)

Eigenschaftswert

Typ: System.Boolean
true , wenn dies ein untergeordneter Testfall ist, und false, wenn es ein Testfall der obersten Ebene ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

TestCaseEventArgs Klasse

Microsoft.VisualStudio.TestTools.Execution-Namespace

#ctor