ClassViewNavigationInfoTypes Enumeration

 

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

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

[FlagsAttribute]
public enum class ClassViewNavigationInfoTypes

Member nameDescription
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).

Return to top
Show: