Partilhar via


Método VersionControlIntegration.GetArtifacts

Retornar uma lista de artefatos que correspondem aos elementos de ArtifactUriList.

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

Sintaxe

'Declaração
<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
)

Parâmetros

  • artifactUris
    Tipo: array<System.String[]
    Uma lista de BIS Uris formatado.

Valor de retorno

Tipo: array<Microsoft.TeamFoundation.Artifact[]
Retorna Artifact.

Segurança do .NET Framework

Consulte também

Referência

VersionControlIntegration Classe

Namespace Microsoft.TeamFoundation.VersionControl.Server