ClassViewNavigationInfoTypes Enumeration
Visual Studio 2015
Represents the types of nodes to which you can assign an element in the navigation tree.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
| Member name | Description | |
|---|---|---|
| Class | A class node (4). | |
| Member | A member node, such as a method node or property node (8). | |
| Namespace | A namespace node (2). | |
| Project | A project node (1). | |
| Unknown | An unknown type of node (0). |
Show: