ITestPlan.QueryTestPoints – metoda (String, String)
Obor názvů: Microsoft.TeamFoundation.TestManagement.Client
Sestavení: Microsoft.TeamFoundation.TestManagement.Client (v Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntaxe
'Deklarace
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
Parametry
- pointQueryText
Typ: String
- testCaseFieldText
Typ: String
Vrácená hodnota
Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestPointCollection
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.