Freigeben über


GitCommitArtifactId.Decode-Methode

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

Syntax

'Declaration
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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

GitCommitArtifactId Klasse

Microsoft.TeamFoundation.Git.Server-Namespace