Proprietà TestCaseEventArgs.IsChildTestCase
Ottiene o imposta un valore che indica se il test case è 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
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)
Valore proprietà
Tipo: System.Boolean
true se si tratta di un test case figlio e false se si tratta di un test case di primo livello.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.VisualStudio.TestTools.Execution
#ctor(DataCollectionContext, Int32, String, Boolean)