IDebugCustomAttributeQuery2::EnumCustomAttributes

获取附加到此字段的所有自定义属性的枚举器。

语法

int EnumCustomAttributes(
   out IEnumDebugCustomAttributes ppEnum
);

参数

ppEnum
[out]返回一个 表示自定义属性列表的 IEnumDebugCustomAttributes 对象;否则,如果没有自定义属性,则返回 null 值。

返回值

如果成功,则返回S_OK或S_FAL标准版此字段上没有自定义属性。 否则,返回错误代码;

备注

字段可以有多个自定义属性。

另请参阅