This documentation is archived and is not being maintained.
VersionControlExt Class
Visual Studio 2013
This represents the Version Control Extensibility model within Visual Studio.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
The VersionControlExt type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Annotate | Returns an object that represents Annotate extensibility. |
![]() | BranchVisualizer | Returns an object that represents Branch Visualizer extensibility. |
![]() | Explorer | Returns an object that represents the Source Control Explorer.Note that the underlying toolwindow may not be there (yet). Use the Created event to be notified when the underlying toolwindow is created. |
![]() | FolderDifference | Returns an object that represents Folder Difference extensibility. |
![]() | History | Returns an object that represents History extensibility. |
![]() | Label | Returns an object that represents Label extensibility. |
![]() | PendingChanges | Returns an object that represents Pending Changes.Note that the underlying toolwindow may not be there (yet). Use the Created event to be notified when the underlying toolwindow is created. |
![]() | SolutionWorkspace | Returns the workspace for the currently open solution. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | FindChangeset | Bring up the Find Changeset dialog and let the user find a changeset. |
![]() | FindShelvesets | Find shelvesets for the specified user. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | ViewChangesetDetails | Displays the details for a changeset. |
![]() | ViewShelvesetDetails | View the specified shelveset details |
Show:
