ITestPlan.QueryTestPointStatistics-Methode
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
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
Parameter
- queryText
Typ: String
Rückgabewert
Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatistics
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.