SymbolReferenceKinds 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.
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
Name | Value | Description |
---|---|---|
None | 0 | |
Read | 1 | |
Write | 2 | |
Reference | 4 | |
Name | 8 | |
Qualified | 16 | |
TypeArgument | 32 | |
TypeConstraint | 64 | |
BaseType | 128 | |
Construct | 256 | |
Import | 512 | |
Declare | 1024 | |
AddressOf | 2048 | |
Other | 4096 | |
Unknown | 8192 | |
Destructor | 16384 | |
Inactive | 32768 | |
Comment | 65536 | |
String | 131072 | |
NotReference | 262144 |
Remarks
Base type for the value returned when calling TryGetValue(String, Object) and TryGetValue(Int32, String, Object) using the SymbolKind key.