ClassViewNavigationInfoTypes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Types of navigation info nodes
This enumeration supports a bitwise combination of its member values.
public enum class ClassViewNavigationInfoTypes
[System.Flags]
public enum ClassViewNavigationInfoTypes
[<System.Flags>]
type ClassViewNavigationInfoTypes =
Public Enum ClassViewNavigationInfoTypes
- Inheritance
-
ClassViewNavigationInfoTypes
- Attributes
Fields
Class | 4 | A class node |
Member | 8 | A member node |
Namespace | 2 | A namespace node |
Project | 1 | A project node (also known as 'package' or 'physical container') |
Unknown | 0 | An unknown type |