Freigeben über


VersionControlIntegration.GetArtifacts-Methode

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

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

Syntax

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

Parameter

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

Rückgabewert

Typ: array<Microsoft.TeamFoundation.Artifact[]
Gibt Artifact zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

VersionControlIntegration Klasse

Microsoft.TeamFoundation.VersionControl.Server-Namespace