Share via


ClassViewNavigationInfoTypes Enumeration

Represents the types of nodes to which you can assign an element in the navigation tree.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration ClassViewNavigationInfoTypes
[FlagsAttribute]
public enum ClassViewNavigationInfoTypes
[FlagsAttribute]
public enum class ClassViewNavigationInfoTypes
[<FlagsAttribute>]
type ClassViewNavigationInfoTypes
public enum ClassViewNavigationInfoTypes

Members

Member name Description
Unknown An unknown type of node (0).
Project A project node (1).
Namespace A namespace node (2).
Class A class node (4).
Member A member node, such as a method node or property node (8).

See Also

Reference

Microsoft.VisualStudio.Modeling.Shell Namespace