This documentation is archived and is not being maintained.
VersionControlFolderDifference Class
Visual Studio 2013
Encapsulate a wrapper for a Folder Difference instance.
System::Object
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlBaseToolWindowExt
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlFolderDifference
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlBaseToolWindowExt
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlFolderDifference
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
The VersionControlFolderDifference type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Error | Get the error exception of the last background comparison |
![]() | IsBusy | Return true if the background comparison is in progress. |
![]() | IsCanceled | Return true if the background comparison is canceled |
![]() | IsDiffInProgress | Obsolete. Return true if the background comparison is in progress. |
![]() | Items | Get all items in the results view. |
![]() | Options | Get the filter and options that were applied. |
![]() | SelectedItems | Get all selected items in the results view. |
![]() | SourcePath | Get the source path. |
![]() | SourceVersionSpec | Get the source version spec. |
![]() | Statistics | Get the statistics. |
![]() | TargetPath | Get the target path. |
![]() | TargetVersionSpec | Get the target version spec. |
![]() | VsWindowFrame | Get the IVsWindowFrame for this tool window. (Inherited from VersionControlBaseToolWindowExt.) |
![]() | Workspace | Get the workspace that was used for this folder difference. |
| 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.) |
![]() | Refresh | Refresh the results. |
![]() | RerunCompare | Bring up the Compare dialog that was used to start this Folder Difference instance. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
