Table of Contents

Enum SymbolKindExt

Namespace
RDCore.SDK.Server.ProtocolExtensions
Assembly
RDCore.SDK.dll
public enum SymbolKindExt

Fields

Array = 18
Attribute = 129

(Extension) A symbol that represents an attribute name, hidden in the VBE.

BooleanLiteral = 17
Class = 5
Constant = 14
DateLiteral = 132

(Extension) A symbol that represents a Date literal (reverse-formatted as #M/D/YYYY# in the VBE).

Directive = 130

(Extension) A symbol that represents a module directive (e.g. Option or Def<Type> statements).

Enum = 10
EnumMember = 22
Event = 24
Field = 8
Function = 12
Ignored = 128

(Extension) A public kind of symbol that does not reach the client.

Interface = 11
Key = 20
LineLabel = 131

(Extension) A symbol that represents a line label.

Module = 2
Null = 21
NumberLiteral = 16
Object = 19
Operator = 25
Procedure = 6
Project = 3
Property = 7
StringLiteral = 15
TypeDescriptor = 134

(Extension) A symbol that represents a data type descriptor, e.g. the result of a TypeOf operator.

UserDefinedType = 23
Variable = 13
VariantLiteral = 133

(Extension) A symbol that represents a Variant literal, i.e. Empty.