Condividi tramite


Proprietà TestCaseEventArgs.IsChildTestCase

Ottiene o imposta un valore che indica se il test case è un elemento figlio di un altro test case.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintassi

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

Valore proprietà

Tipo: System.Boolean
true se si tratta di un test case e figlio false se si tratta di un test case di primo livello.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestCaseEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Execution

#ctor