Freigeben über


GitIntegration.GetArtifacts-Methode

Zurückgeben einer Liste von Elementen aus Artefakten entsprechend ArtifactUriList zurück.

Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
<SoapDocumentMethodAttribute(Action := "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Linking/03/GetArtifacts")> _
<ClientIgnoreAttribute> _
Public Function GetArtifacts ( _
    artifactUris As String() _
) As Artifact()
[WebMethodAttribute]
[SoapDocumentMethodAttribute(Action = "https://schemas.microsoft.com/TeamFoundation/2005/06/Services/Linking/03/GetArtifacts")]
[ClientIgnoreAttribute]
public Artifact[] GetArtifacts(
    string[] artifactUris
)

Parameter

  • artifactUris
    Typ: array<System.String[]
    Eine Liste von BIS formatierten URIs.

Rückgabewert

Typ: array<Microsoft.TeamFoundation.Artifact[]

.NET Framework-Sicherheit

Siehe auch

Referenz

GitIntegration Klasse

Microsoft.TeamFoundation.Git.Server-Namespace