共用方式為


IDebugCustomAttributeQuery2::EnumCustomAttributes

取得附加至這個欄位的所有自訂屬性的列舉值。

HRESULT EnumCustomAttributes( 
   IEnumDebugCustomAttributes** ppEnum
);
int EnumCustomAttributes(
   out IEnumDebugCustomAttributes ppEnum
);

參數

  • ppEnum
    [] out傳回IEnumDebugCustomAttributes物件,表示清單中的自訂屬性。 如果沒有自訂屬性,否則傳回 null 值。

傳回值

如果成功的話,傳回 S_OK 或 S_FALSE,如果這個欄位中沒有自訂屬性。 否則,會傳回錯誤碼 ;

備註

欄位可以擁有多個自訂屬性。

請參閱

參考

IDebugCustomAttributeQuery2

IEnumDebugCustomAttributes