Partilhar via


Propriedade TfsGitCommitMetadata.ChangeCounts

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

Sintaxe

'Declaração
Public Property ChangeCounts As Dictionary(Of TfsGitChangeType, Integer)
public Dictionary<TfsGitChangeType, int> ChangeCounts { get; set; }

Valor de propriedade

Tipo: System.Collections.Generic.Dictionary<TfsGitChangeType, Int32>

Segurança do .NET Framework

Consulte também

Referência

TfsGitCommitMetadata Classe

Namespace Microsoft.TeamFoundation.Git.Server