Proprietà ITestManagementTeamProject.TestCases
Ottiene un oggetto di supporto che fornisce accesso ai test case nel progetto.
Spazio dei nomi: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintassi
'Dichiarazione
ReadOnly Property TestCases As ITestCaseHelper
ITestCaseHelper TestCases { get; }
property ITestCaseHelper^ TestCases {
ITestCaseHelper^ get ();
}
abstract TestCases : ITestCaseHelper with get
function get TestCases () : ITestCaseHelper
Valore proprietà
Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseHelper
Oggetto di supporto che fornisce accesso ai test case nel progetto.
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
ITestManagementTeamProject Interfaccia
Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client