ITestPlan.QueryImpactedPoints Method (Uri, String)
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function QueryImpactedPoints ( _
buildUri As Uri, _
testCaseFieldText As String _
) As IImpactedTestPointCollection
IImpactedTestPointCollection QueryImpactedPoints(
Uri buildUri,
string testCaseFieldText
)
IImpactedTestPointCollection^ QueryImpactedPoints(
Uri^ buildUri,
String^ testCaseFieldText
)
abstract QueryImpactedPoints :
buildUri:Uri *
testCaseFieldText:string -> IImpactedTestPointCollection
function QueryImpactedPoints(
buildUri : Uri,
testCaseFieldText : String
) : IImpactedTestPointCollection
Parameters
- buildUri
Type: Uri
- testCaseFieldText
Type: String
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.IImpactedTestPointCollection
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.