This documentation is archived and is not being maintained.
VersionControlFolderDifferenceExt Class
Visual Studio 2013
Encapsulate the Folder Difference extensibility object
System::Object
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlBaseExt
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlFolderDifferenceExt
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)
The VersionControlFolderDifferenceExt type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ActiveWindow | Get the most recently used folder difference tool window. This will return null if there is no active window. |
![]() | FolderDifferenceList | Obsolete. Returns an array of objects each representing a Folder Difference tool window. |
![]() | WindowList | Returns an array of objects each representing a Folder Difference tool window. |
| 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.) |
![]() | Show | Show folder difference for the options specified |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | SelectionChanged | This event is fired when the selection changes in a version control window. (Inherited from VersionControlBaseExt.) |
![]() | WindowChanged | Raised when a folder difference window has changed. This can be caused by many reasons including when the folder difference contents are recompared. |
![]() | WindowClosing | Raised when a folder difference window is being closed |
![]() | WindowCreated | Raised when a folder difference window is created |
Show:
