The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TestCaseEventArgs::IsChildTestCase Property
Gets or sets a value that indicates whether the test case is a child of another test case.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
public: property bool IsChildTestCase { [CompilerGeneratedAttribute] bool get(); [CompilerGeneratedAttribute] private: void set(bool value); }
Property Value
Type: System::Booleantrue if this is a child test case, and false if this is a top-level test case.
M:Microsoft.VisualStudio.TestTools.Execution.TestCaseEventArgs.#ctor(Microsoft.VisualStudio.TestTools.Execution.DataCollectionContext,System.Int32,System.String,System.Boolean)
TestCaseEventArgs Class
Microsoft.VisualStudio.TestTools.Execution Namespace
Show: