VersionControlFolderDifferenceExt Class

Encapsulate the Folder Difference extensibility object

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlBaseExt
    Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlFolderDifferenceExt

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Public NotInheritable Class VersionControlFolderDifferenceExt _
    Inherits VersionControlBaseExt
public sealed class VersionControlFolderDifferenceExt : VersionControlBaseExt
public ref class VersionControlFolderDifferenceExt sealed : public VersionControlBaseExt
[<Sealed>]
type VersionControlFolderDifferenceExt =  
    class 
        inherit VersionControlBaseExt 
    end
public final class VersionControlFolderDifferenceExt extends VersionControlBaseExt

The VersionControlFolderDifferenceExt type exposes the following members.

Properties

  Name Description
Public property ActiveWindow Get the most recently used folder difference tool window. This will return null if there is no active window.
Public property FolderDifferenceList Obsolete. Returns an array of objects each representing a Folder Difference tool window.
Public property WindowList Returns an array of objects each representing a Folder Difference tool window.

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 Show Show folder difference for the options specified
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Events

  Name Description
Public event SelectionChanged This event is fired when the selection changes in a version control window. (Inherited from VersionControlBaseExt.)
Public event WindowChanged Raised when a folder difference window has changed. This can be caused by many reasons including when the folder difference contents are recompared.
Public event WindowClosing Raised when a folder difference window is being closed
Public event WindowCreated Raised when a folder difference window is created

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