TestCaseEventArgs.IsChildTestCase Property

Gets or sets a value that indicates whether the test case is a child of another test case.

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)

Property Value

Type: System.Boolean
true if this is a child test case, and false if this is a top-level test case.

.NET Framework Security

See Also

Reference

TestCaseEventArgs Class

Microsoft.VisualStudio.TestTools.Execution Namespace

#ctor(DataCollectionContext, Int32, String, Boolean)