Proprietà ITestSuiteBase.AllTestCases
Ottiene la raccolta di sola lettura di test case per il gruppo e tutti gli elementi figlio gerarchici.
Spazio dei nomi: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintassi
'Dichiarazione
ReadOnly Property AllTestCases As ITestCaseCollection
ITestCaseCollection AllTestCases { get; }
property ITestCaseCollection^ AllTestCases {
ITestCaseCollection^ get ();
}
abstract AllTestCases : ITestCaseCollection with get
function get AllTestCases () : ITestCaseCollection
Valore proprietà
Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseCollection
Raccolta di test case per il gruppo.
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.TeamFoundation.TestManagement.Client