IEnumDebugCustomAttributes

枚举自定义特性。

IEnumCustomAttributes : IUnknown

实现者说明

符号提供程序实现此接口支持自定义特性 (通过 IDebugCustomAttribute 接口)。

调用方的说明

IDebugCustomAttributeQuery2:: EnumCustomAttributes 返回此接口。

方法按 Vtable 顺序

下表显示 IEnumDebugCustomAttributes方法。

方法

说明

IEnumDebugCustomAttributes:: 接下来

检索自定义特性指定数目的枚举序列的。

IEnumDebugCustomAttributes:: 跳过

跳过自定义特性指定数目的枚举序列的。

IEnumDebugCustomAttributes:: 重置

重置枚举序列与开头。

IEnumDebugCustomAttributes:: 克隆

创建包含枚举状态和枚举当前枚举数相同的枚举数。

IEnumDebugCustomAttributes:: GetCount

获取自定义属性数在枚举数。

要求

标题:sh.h

命名空间:Microsoft.VisualStudio.Debugger.Interop

程序集:Microsoft.VisualStudio.Debugger.Interop.dll

请参见

参考

IDebugCustomAttributeQuery2:: EnumCustomAttributes

IDebugCustomAttribute

概念

符号提供程序接口