Compartir a través de


GitCommitArtifactId.Decode (Método)

Espacio de nombres:  Microsoft.TeamFoundation.Git.Server
Ensamblado:  Microsoft.TeamFoundation.Git.Server (en Microsoft.TeamFoundation.Git.Server.dll)

Sintaxis

'Declaración
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

Seguridad de .NET Framework

Vea también

Referencia

GitCommitArtifactId Clase

Microsoft.TeamFoundation.Git.Server (Espacio de nombres)