This documentation is archived and is not being maintained.
VersionControlFolderDifferenceStatistics Class
Visual Studio 2013
Encapsulate the comparison statistics for a Folder Difference instance.
System::Object
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlFolderDifferenceStatistics
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlFolderDifferenceStatistics
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
The VersionControlFolderDifferenceStatistics type exposes the following members.
| 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 |
| 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.) |
Show:
