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 | |
---|---|---|
FilesCompared | Get the number of files compared. | |
FilesDifferent | Get the number of files that are different. | |
FilesError | Get the number of files that encountered error. | |
FilesSourceOnly | Get the number of files that only occur in the source. | |
FilesTargetOnly | Get the number of files that only occur in the target. | |
FoldersCompared | Get the number of folders compared. | |
FoldersError | Get the number of folders that encountered error. | |
SourceRawFileCount | Get the number of file read in the source | |
SourceRawFolderCount | Get the number of folders read in the source | |
TargetRawFileCount | Get the number of file read in the target | |
TargetRawFolderCount | Get the number of folders read in the target |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
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