IDebugCustomAttribute:: GetAttributeTypeField

获取自定义特性类类型。

HRESULT GetAttributeTypeField( 
   IDebugClassField** ppCAType
);
int GetAttributeTypeField(
   out IDebugClassField ppCAType
);

参数

  • ppCAType
    [out] 返回表示类自定义特性的实例的 IDebugClassField 对象。

返回值

如果成功,则返回 S_OK;否则,返回错误代码。

备注

自定义属性始终是类。 此方法提供对描述该类的 IDebugClassField 对象。

请参见

参考

IDebugCustomAttribute

IDebugClassField