Compartilhar via


Propriedade MergeSummary.TotalCommon

Observação: esta API agora é obsoleta.

Número total de alterações comuns a todos os arquivos.

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common (em Microsoft.TeamFoundation.VersionControl.Common.dll)

Sintaxe

'Declaração
<ObsoleteAttribute("Please use the TotalModified, TotalLatest, TotalConflicting and TotalBoth properties to determine the results of the merge.")> _
Public Property TotalCommon As Integer
[ObsoleteAttribute("Please use the TotalModified, TotalLatest, TotalConflicting and TotalBoth properties to determine the results of the merge.")]
public int TotalCommon { get; set; }

Valor de propriedade

Tipo: System.Int32
Retorna Int32.

Segurança do .NET Framework

Consulte também

Referência

MergeSummary Classe

Namespace Microsoft.TeamFoundation.VersionControl.Common