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
Public property Error Get the error exception of the last background comparison
Public property IsBusy Return true if the background comparison is in progress.
Public property IsCanceled Return true if the background comparison is canceled
Public property IsDiffInProgress Obsolete. Return true if the background comparison is in progress.
Public property Items Get all items in the results view.
Public property Options Get the filter and options that were applied.
Public property SelectedItems Get all selected items in the results view.
Public property SourcePath Get the source path.
Public property SourceVersionSpec Get the source version spec.
Public property Statistics Get the statistics.
Public property TargetPath Get the target path.
Public property TargetVersionSpec Get the target version spec.
Public property VsWindowFrame Get the IVsWindowFrame for this tool window. (Inherited from VersionControlBaseToolWindowExt.)
Public property Workspace Get the workspace that was used for this folder difference.

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 Refresh Refresh the results.
Public method RerunCompare Bring up the Compare dialog that was used to start this Folder Difference instance.
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