This documentation is archived and is not being maintained.
VersionControlBranchVisualizerExt Class
Visual Studio 2013
Encapsulate the Branch Visualizer extensibility object
System::Object
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlBaseExt
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlBranchVisualizerExt
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlBaseExt
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlBranchVisualizerExt
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
The VersionControlBranchVisualizerExt type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ActiveWindow | Get the most recently used branch visualizer tool window. This will return null if there is no active window. |
![]() | WindowList | Returns an array of objects each representing a branch visualizer 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.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TrackChangeset | Track a changeset |
![]() | TrackChangesets | Track the specified changesets. |
![]() | TrackWorkItem | Track a work item |
![]() | ViewBranchHierarchy | View the branch hierarchy |
| Name | Description | |
|---|---|---|
![]() | SelectionChanged | This event is fired when the selection changes in a version control window. (Inherited from VersionControlBaseExt.) |
![]() | WindowChanged | Raised when the visualization is changed. This occurs after the initial rendering and after re-rendering like in Rerun Visualization when tracking changesets |
![]() | WindowClosing | Raised when a branch visualizer is closing. |
![]() | WindowCreated | Raised when a branch visualizer window is created. |
Show:
