Partager via


TestCaseEventArgs.IsChildTestCase, propriété

Obtient ou définit une valeur qui indique si le cas de test est un enfant d'un autre cas de test.

Espace de noms :  Microsoft.VisualStudio.TestTools.Execution
Assembly :  Microsoft.VisualStudio.QualityTools.ExecutionCommon (dans Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

'Déclaration
Public Property IsChildTestCase As Boolean
    Get
    Private Set
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)

Valeur de propriété

Type : System.Boolean
true si c'est un cas de test enfant ; false si c'est un cas de test de niveau supérieur.

Sécurité .NET Framework

Voir aussi

Référence

TestCaseEventArgs Classe

Microsoft.VisualStudio.TestTools.Execution, espace de noms

#ctor(DataCollectionContext, Int32, String, Boolean)