Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Encapsulate the Branch Visualizer extensibility object
Inheritance Hierarchy
System.Object
  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)
Syntax
'Declaration
Public NotInheritable Class VersionControlBranchVisualizerExt _
    Inherits VersionControlBaseExt
public sealed class VersionControlBranchVisualizerExt : VersionControlBaseExt
public ref class VersionControlBranchVisualizerExt sealed : public VersionControlBaseExt
[<Sealed>]
type VersionControlBranchVisualizerExt =  
    class 
        inherit VersionControlBaseExt 
    end
public final class VersionControlBranchVisualizerExt extends VersionControlBaseExt
The VersionControlBranchVisualizerExt type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | ActiveWindow | Get the most recently used branch visualizer tool window. This will return null if there is no active window. | 
| .gif) | WindowList | Returns an array of objects each representing a branch visualizer tool window. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
| .gif) | TrackChangeset | Track a changeset | 
| .gif) | TrackChangesets | Track the specified changesets. | 
| .gif) | TrackWorkItem | Track a work item | 
| .gif) | ViewBranchHierarchy | View the branch hierarchy | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) | SelectionChanged | This event is fired when the selection changes in a version control window. (Inherited from VersionControlBaseExt.) | 
| .gif) | WindowChanged | Raised when the visualization is changed. This occurs after the initial rendering and after re-rendering like in Rerun Visualization when tracking changesets | 
| .gif) | WindowClosing | Raised when a branch visualizer is closing. | 
| .gif) | WindowCreated | Raised when a branch visualizer 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