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)

Syntax

'Declaration
Function QueryImpactedPoints ( _
    buildUri As Uri _
) As IImpactedTestPointCollection
IImpactedTestPointCollection QueryImpactedPoints(
    Uri buildUri
)
IImpactedTestPointCollection^ QueryImpactedPoints(
    Uri^ buildUri
)
abstract QueryImpactedPoints : 
        buildUri:Uri -> IImpactedTestPointCollection 
function QueryImpactedPoints(
    buildUri : Uri
) : IImpactedTestPointCollection

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.

.NET Framework Security

See Also

Reference

ITestPlan Interface

QueryImpactedPoints Overload

Microsoft.TeamFoundation.TestManagement.Client Namespace

IImpactedTestPointCollection