Método ITestPlan.QueryTestPointsAndStatistics (String, String, ITestPointStatistics%)
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
'Declaração
Function QueryTestPointsAndStatistics ( _
queryText As String, _
testCaseFieldText As String, _
<OutAttribute> ByRef statistics As ITestPointStatistics _
) As ITestPointCollection
ITestPointCollection QueryTestPointsAndStatistics(
string queryText,
string testCaseFieldText,
out ITestPointStatistics statistics
)
ITestPointCollection^ QueryTestPointsAndStatistics(
String^ queryText,
String^ testCaseFieldText,
[OutAttribute] ITestPointStatistics^% statistics
)
abstract QueryTestPointsAndStatistics :
queryText:string *
testCaseFieldText:string *
statistics:ITestPointStatistics byref -> ITestPointCollection
function QueryTestPointsAndStatistics(
queryText : String,
testCaseFieldText : String,
statistics : ITestPointStatistics
) : ITestPointCollection
Parâmetros
- queryText
Tipo: String
- testCaseFieldText
Tipo: String
- statistics
Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatistics%
Valor de retorno
Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestPointCollection
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.