Partilhar via


Propriedade TestCaseEventArgs.IsChildTestCase

Obtém ou define um valor que indica se o caso de teste é um filho de outro caso de teste.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (em Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Boolean
true Se esse é um caso de teste do filho, e false se esse é um caso de teste de nível superior.

Segurança do .NET Framework

Consulte também

Referência

TestCaseEventArgs Classe

Namespace Microsoft.VisualStudio.TestTools.Execution

#ctor