SymbolReferenceKinds 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示符号类型的值。
此枚举支持其成员值的按位组合。
public enum class SymbolReferenceKinds
[System.Flags]
public enum SymbolReferenceKinds
[<System.Flags>]
type SymbolReferenceKinds =
Public Enum SymbolReferenceKinds
- 继承
-
SymbolReferenceKinds
- 属性
字段
| 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 |
注解
调用 TryGetValue(String, Object) 和使用键时返回的值的基类型 TryGetValue(Int32, String, Object) SymbolKind 。