Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestPlan::QueryImpactedPoints Method (Uri^)

 

Returns a collection of test points that is affected by all builds. This includes previous builds and the specified build.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

IImpactedTestPointCollection^ QueryImpactedPoints(
	Uri^ buildUri
)

Parameters

buildUri
Type: System::Uri^

The URI for a previous build or the current build.

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client::IImpactedTestPointCollection^

A collection of affected test points.

Return to top
Show: