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
- 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