VersionControlBranchVisualizer.RerunTrackingVisualization Method
Bring up the track changesets input dialog, let the user fine tune the inputs, and rerun the visualization.
The addin can subscribe to the VisualizationChanged event and is called whenever the visualization is been updated.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public Function RerunTrackingVisualization As Boolean
public bool RerunTrackingVisualization()
public:
bool RerunTrackingVisualization()
member RerunTrackingVisualization : unit -> bool
public function RerunTrackingVisualization() : boolean
Return Value
Type: System.Boolean
true for operation started, false for operation not available
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
VersionControlBranchVisualizer Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace