Partager via


TeamFoundationLinkingService.GetArtifacts, méthode

Obtient les artefacts d'URL fournis.

Espace de noms :  Microsoft.TeamFoundation.Server.Core
Assembly :  Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)

Syntaxe

'Déclaration
Public Function GetArtifacts ( _
    requestContext As TeamFoundationRequestContext, _
    artifactUriList As String() _
) As Artifact()
public Artifact[] GetArtifacts(
    TeamFoundationRequestContext requestContext,
    string[] artifactUriList
)

Paramètres

  • artifactUriList
    Type : array<System.String[]
    Liste d'URI d'artefact pour les artefacts de récupérer.

Valeur de retour

Type : array<Microsoft.TeamFoundation.Artifact[]
Les artefacts pour les URL fournis.Tous les éléments Null d'URL auront une entrée null correspondante dans le tableau d'artefact.En outre, les URL qui ne sont pas des artefacts réels auront null dans le tableau d'artefact.

Sécurité .NET Framework

Voir aussi

Référence

TeamFoundationLinkingService Classe

Microsoft.TeamFoundation.Server.Core, espace de noms