VersionControlFolderDifferenceStatistics Class

Encapsulate the comparison statistics for a Folder Difference instance.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlFolderDifferenceStatistics

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Public NotInheritable Class VersionControlFolderDifferenceStatistics
public sealed class VersionControlFolderDifferenceStatistics
public ref class VersionControlFolderDifferenceStatistics sealed
[<Sealed>]
type VersionControlFolderDifferenceStatistics =  class end
public final class VersionControlFolderDifferenceStatistics

The VersionControlFolderDifferenceStatistics type exposes the following members.

Properties

  Name Description
Public property FilesCompared Get the number of files compared.
Public property FilesDifferent Get the number of files that are different.
Public property FilesError Get the number of files that encountered error.
Public property FilesSourceOnly Get the number of files that only occur in the source.
Public property FilesTargetOnly Get the number of files that only occur in the target.
Public property FoldersCompared Get the number of folders compared.
Public property FoldersError Get the number of folders that encountered error.
Public property SourceRawFileCount Get the number of file read in the source
Public property SourceRawFolderCount Get the number of folders read in the source
Public property TargetRawFileCount Get the number of file read in the target
Public property TargetRawFolderCount Get the number of folders read in the target

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace