VersionControlFolderDifference Class
Encapsulate a wrapper for a Folder Difference instance.
Inheritance Hierarchy
System.Object
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)
Syntax
'Declaration
Public NotInheritable Class VersionControlFolderDifference _
Inherits VersionControlBaseToolWindowExt
public sealed class VersionControlFolderDifference : VersionControlBaseToolWindowExt
public ref class VersionControlFolderDifference sealed : public VersionControlBaseToolWindowExt
[<Sealed>]
type VersionControlFolderDifference =
class
inherit VersionControlBaseToolWindowExt
end
public final class VersionControlFolderDifference extends VersionControlBaseToolWindowExt
The VersionControlFolderDifference type exposes the following members.
Properties
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (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.) |
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