Share via


GitCommitArtifactId.Decode Method

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
)
public:
static void Decode(
    ArtifactId^ artifactId, 
    [OutAttribute] Guid% projectGuid, 
    [OutAttribute] Guid% repositoryId, 
    [OutAttribute] array<unsigned char>^% commitId
)
static member Decode : 
        artifactId:ArtifactId * 
        projectGuid:Guid byref * 
        repositoryId:Guid byref * 
        commitId:byte[] byref -> unit
public static function Decode(
    artifactId : ArtifactId, 
    projectGuid : Guid, 
    repositoryId : Guid, 
    commitId : byte[]
)

Parameters

.NET Framework Security

See Also

Reference

GitCommitArtifactId Class

Microsoft.TeamFoundation.Git.Server Namespace