ITestPlan.QueryImpactedPoints, méthode (Uri)

Retourne une collection de points de test qui est affectée par toutes les builds.Cela inclut les builds précédentes et la build spécifiée.

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
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

Paramètres

  • buildUri
    Type : System.Uri
    URI de la build précédente ou actuelle.

Valeur de retour

Type : Microsoft.TeamFoundation.TestManagement.Client.IImpactedTestPointCollection
Collection de points de test affectés.

Sécurité .NET Framework

Voir aussi

Référence

ITestPlan Interface

QueryImpactedPoints, surcharge

Microsoft.TeamFoundation.TestManagement.Client, espace de noms

IImpactedTestPointCollection