Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- artifactId
Type: Microsoft.TeamFoundation.ArtifactId
- projectGuid
Type: System.Guid%
- repositoryId
Type: System.Guid%
- commitId
Type: array<System.Byte[]%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.