ITestPlan.QueryTestPointStatistics – metoda
Obor názvů: Microsoft.TeamFoundation.TestManagement.Client
Sestavení: Microsoft.TeamFoundation.TestManagement.Client (v Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntaxe
'Deklarace
Function QueryTestPointStatistics ( _
queryText As String _
) As ITestPointStatistics
ITestPointStatistics QueryTestPointStatistics(
string queryText
)
ITestPointStatistics^ QueryTestPointStatistics(
String^ queryText
)
abstract QueryTestPointStatistics :
queryText:string -> ITestPointStatistics
function QueryTestPointStatistics(
queryText : String
) : ITestPointStatistics
Parametry
- queryText
Typ: String
Vrácená hodnota
Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatistics
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.