SymbolKind 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.
Describes the various types of symbols.
public enum class SymbolKind
public enum class SymbolKind
enum SymbolKind
public enum SymbolKind
type SymbolKind =
Public Enum SymbolKind
- Inheritance
-
SymbolKind
Fields
Name | Value | Description |
---|---|---|
None | 0 | None |
Class | 1 | A class. |
Constant | 2 | A constant. |
Delegate | 3 | A delegate. |
Enum | 4 | An enumerator. |
EnumItem | 5 | A member of an enumerator. |
Event | 6 | An event. |
Field | 7 | A field. |
Interface | 8 | An interface. |
Method | 9 | A method. |
Module | 10 | A module. |
Property | 11 | A property. |
Structure | 12 | A structure. |
Namespace | 13 | A namespace |