Compartilhar via


Método GitCommitArtifactId.Decode

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

Sintaxe

'Declaração
Public Shared Sub Decode ( _
    artifactId As ArtifactId, _
    <OutAttribute> ByRef projectGuid As Guid, _
    <OutAttribute> ByRef repositoryId As Guid, _
    <OutAttribute> ByRef commitId As Byte() _
)
public static void Decode(
    ArtifactId artifactId,
    out Guid projectGuid,
    out Guid repositoryId,
    out byte[] commitId
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

GitCommitArtifactId Classe

Namespace Microsoft.TeamFoundation.Git.Server