IDebugCustomAttributeQuery2
确定此字段存在自定义属性,如果存在,则返回属性信息。
语法
IDebugCustomAttributeQuery2 : IDebugCustomAttributeQuery
实现者须知
符号提供程序在实现 IDebugField 的同一对象上实现此接口以支持自定义属性。
对调用者的说明
使用 QueryInterface 从 IDebugField 接口获取此接口。
Vtable 顺序中的方法
下表显示了 IDebugCustomAttributeQuery 接口的方法。
方法 | 说明 |
---|---|
IsCustomAttributeDefined | 确定自定义属性是否存在按名称。 |
GetCustomAttributeByName | 获取给定自定义属性的属性信息。 |
除了 IDebugCustomAttributeQuery 方法外, IDebugCustomAttributeQuery2
还实现以下方法:
方法 | 说明 |
---|---|
EnumCustomAttributes | 获取附加到此字段的所有自定义属性的枚举器。 |
备注
IEnumDebugCustomAttributes 方法可以为为此字段定义的所有自定义属性返回枚举器。
要求
标头:sh.h
命名空间:Microsoft.VisualStudio.Debugger.Interop
程序集:Microsoft.VisualStudio.Debugger.Interop.dll