Metodo ITestPlan.QueryTestPointsAndStatistics (String, String, array<String[], ITestPointStatistics%)
Spazio dei nomi: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintassi
'Dichiarazione
Function QueryTestPointsAndStatistics ( _
queryText As String, _
testCaseFieldText As String, _
testCaseProperties As String(), _
<OutAttribute> ByRef statistics As ITestPointStatistics _
) As ITestPointCollection
ITestPointCollection QueryTestPointsAndStatistics(
string queryText,
string testCaseFieldText,
string[] testCaseProperties,
out ITestPointStatistics statistics
)
ITestPointCollection^ QueryTestPointsAndStatistics(
String^ queryText,
String^ testCaseFieldText,
array<String^>^ testCaseProperties,
[OutAttribute] ITestPointStatistics^% statistics
)
abstract QueryTestPointsAndStatistics :
queryText:string *
testCaseFieldText:string *
testCaseProperties:string[] *
statistics:ITestPointStatistics byref -> ITestPointCollection
function QueryTestPointsAndStatistics(
queryText : String,
testCaseFieldText : String,
testCaseProperties : String[],
statistics : ITestPointStatistics
) : ITestPointCollection
Parametri
- queryText
Tipo: String
- testCaseFieldText
Tipo: String
- testCaseProperties
Tipo: array<String[]
- statistics
Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatistics%
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
Overload QueryTestPointsAndStatistics
Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client