Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.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 | |
|---|---|---|
| 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). |