Udostępnij za pośrednictwem


Właściwość TestCaseEventArgs.IsChildTestCase —

Zwraca lub ustawia wartość wskazującą, czy dziecka w innym przypadku badanie w przypadku badania.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Execution
Zestaw:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (w Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Składnia

'Deklaracja
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)

Wartość właściwości

Typ: System.Boolean
true Jeśli jest to przypadek testowy dziecka, i false , jeśli jest to przypadek testowy najwyższego poziomu.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TestCaseEventArgs Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Execution

#ctor