SymbolKind Enum

Definition

Enum which represents the various kinds of symbols.

See the Language Server Protocol specification for additional information.

public enum class SymbolKind
[System.Runtime.Serialization.DataContract]
public enum SymbolKind
[<System.Runtime.Serialization.DataContract>]
type SymbolKind = 
Public Enum SymbolKind
Inheritance
SymbolKind
Attributes

Fields

Array 18

Symbol is an array.

Boolean 17

Symbol is a boolean.

Class 5

Symbol is a class.

Constant 14

Symbol is a constant.

Constructor 9

Symbol is a constructor.

Enum 10

Symbol is an enum.

EnumMember 22

Symbol is an enum member.

Event 24

Symbol is an event.

Field 8

Symbol is a field.

File 1

Symbol is a file.

Function 12

Symbol is a function.

Interface 11

Symbol is an interface.

Key 20

Symbol is a key.

Method 6

Symbol is a method.

Module 2

Symbol is a module.

Namespace 3

Symbol is a namespace.

Null 21

Symbol is null.

Number 16

Symbol is a number.

Object 19

Symbol is an object.

Operator 25

Symbol is an operator.

Package 4

Symbol is a package.

Property 7

Symbol is a property.

String 15

Symbol is a string.

Struct 23

Symbol is a struct.

TypeParameter 26

Symbol is a type parameter.

Variable 13

Symbol is a variable.

Applies to