共用方式為


IEnumDebugCustomAttributes

列舉的自訂屬性。

IEnumCustomAttributes : IUnknown

實作器注意事項

符號提供者會實作這個介面以支援自訂屬性 (透過IDebugCustomAttribute介面)。

呼叫者的備忘稿

IDebugCustomAttributeQuery2::EnumCustomAttributes傳回這個介面。

方法 Vtable 順序

下表顯示的方法IEnumDebugCustomAttributes

方法

描述

IEnumDebugCustomAttributes::Next

擷取指定的列舉型別序列中的自訂屬性數目。

IEnumDebugCustomAttributes::Skip

略過指定的數目的列舉型別序列中的自訂屬性。

IEnumDebugCustomAttributes::Reset

將列舉型別序列重設至開頭。

IEnumDebugCustomAttributes::Clone

建立列舉值,包含目前的列舉值的列舉型別狀態。

IEnumDebugCustomAttributes::GetCount

取得列舉值中的自訂屬性數目。

需求

標頭: sh.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

組件: Microsoft.VisualStudio.Debugger.Interop.dll

請參閱

參考

IDebugCustomAttributeQuery2::EnumCustomAttributes

IDebugCustomAttribute

概念

符號提供者介面