Metodo ITestPlan.QueryTestPoints (String, String)
Spazio dei nomi: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintassi
'Dichiarazione
Function QueryTestPoints ( _
pointQueryText As String, _
testCaseFieldText As String _
) As ITestPointCollection
ITestPointCollection QueryTestPoints(
string pointQueryText,
string testCaseFieldText
)
ITestPointCollection^ QueryTestPoints(
String^ pointQueryText,
String^ testCaseFieldText
)
abstract QueryTestPoints :
pointQueryText:string *
testCaseFieldText:string -> ITestPointCollection
function QueryTestPoints(
pointQueryText : String,
testCaseFieldText : String
) : ITestPointCollection
Parametri
- pointQueryText
Tipo: String
- testCaseFieldText
Tipo: String
Valore restituito
Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestPointCollection
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client