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
- artifactId
Typ: Microsoft.TeamFoundation.ArtifactId
- projectGuid
Typ: System.Guid%
- repositoryId
Typ: System.Guid%
- commitId
Typ: array<System.Byte[]%
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.