SymbolReferenceKinds Enum

Definition

Value that indicate the kind of a symbol.

This enumeration supports a bitwise combination of its member values.

public enum class SymbolReferenceKinds
[System.Flags]
public enum SymbolReferenceKinds
[<System.Flags>]
type SymbolReferenceKinds = 
Public Enum SymbolReferenceKinds
Inheritance
SymbolReferenceKinds
Attributes

Fields

AddressOf 2048
BaseType 128
Comment 65536
Construct 256
Declare 1024
Destructor 16384
Import 512
Inactive 32768
Name 8
None 0
NotReference 262144
Other 4096
Qualified 16
Read 1
Reference 4
String 131072
TypeArgument 32
TypeConstraint 64
Unknown 8192
Write 2

Remarks

Base type for the value returned when calling TryGetValue(String, Object) and TryGetValue(Int32, String, Object) using the SymbolKind key.

Applies to