TestCaseEventArgs.IsChildTestCase (Propiedad)

Obtiene o establece un valor que indica si el caso de prueba es un elemento secundario de otro caso de prueba.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Execution
Ensamblado:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (en Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean
true si se trata de un caso de prueba secundario y false si se trata de un caso de prueba de nivel superior.

Seguridad de .NET Framework

Vea también

Referencia

TestCaseEventArgs Clase

Microsoft.VisualStudio.TestTools.Execution (Espacio de nombres)

#ctor