VersionControlBranchVisualizer.VisualizerType Property

Get the visualizer type. The visualizer can be for tracking changes or displaying general branch hierarchy.

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Public ReadOnly Property VisualizerType As VersionControlBranchVisualizerType
public VersionControlBranchVisualizerType VisualizerType { get; }
public:
property VersionControlBranchVisualizerType VisualizerType {
    VersionControlBranchVisualizerType get ();
}
member VisualizerType : VersionControlBranchVisualizerType with get
function get VisualizerType () : VersionControlBranchVisualizerType

Property Value

Type: Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlBranchVisualizerType
Returns VersionControlBranchVisualizerType.

.NET Framework Security

See Also

Reference

VersionControlBranchVisualizer Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace