Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Note: This API is now obsolete.
Total number of changes common to all files.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
<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; }
[ObsoleteAttribute(L"Please use the TotalModified, TotalLatest, TotalConflicting and TotalBoth properties to determine the results of the merge.")]
public:
property int TotalCommon {
int get ();
void set (int value);
}
[<ObsoleteAttribute("Please use the TotalModified, TotalLatest, TotalConflicting and TotalBoth properties to determine the results of the merge.")>]
member TotalCommon : int with get, set
function get TotalCommon () : int
function set TotalCommon (value : int)
Property Value
Type: System.Int32
Returns Int32.
.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.