Enum SymbolKindExt
- Namespace
- RDCore.SDK.Server.ProtocolExtensions
- Assembly
- RDCore.SDK.dll
public enum SymbolKindExt
Fields
Array = 18Attribute = 129(Extension) A symbol that represents an attribute name, hidden in the VBE.
BooleanLiteral = 17Class = 5Constant = 14DateLiteral = 132(Extension) A symbol that represents a
Dateliteral (reverse-formatted as#M/D/YYYY#in the VBE).Directive = 130(Extension) A symbol that represents a module directive (e.g.
OptionorDef<Type>statements).Enum = 10EnumMember = 22Event = 24Field = 8Function = 12Ignored = 128(Extension) A public kind of symbol that does not reach the client.
Interface = 11Key = 20LineLabel = 131(Extension) A symbol that represents a line label.
Module = 2Null = 21NumberLiteral = 16Object = 19Operator = 25Procedure = 6Project = 3Property = 7StringLiteral = 15TypeDescriptor = 134(Extension) A symbol that represents a data type descriptor, e.g. the result of a
TypeOfoperator.UserDefinedType = 23Variable = 13VariantLiteral = 133(Extension) A symbol that represents a
Variantliteral, i.e.Empty.