GitCommitArtifactId.Decode, méthode
Espace de noms : Microsoft.TeamFoundation.Git.Server
Assembly : Microsoft.TeamFoundation.Git.Server (dans Microsoft.TeamFoundation.Git.Server.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- artifactId
Type : Microsoft.TeamFoundation.ArtifactId
- projectGuid
Type : System.Guid%
- repositoryId
Type : System.Guid%
- commitId
Type : array<System.Byte[]%
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.