共用方式為


IDebugCustomAttributeQuery2

決定此欄位的自訂屬性存在,而且如果它存在時,傳回屬性資訊。

IDebugCustomAttributeQuery2 : IDebugCustomAttributeQuery

實作器注意事項

符號提供者實作的同一個物件上實作這個介面IDebugField以支援自訂屬性。

呼叫者的備忘稿

使用QueryInterface以取得這個介面,從IDebugField介面。

方法 Vtable 順序

下表顯示的方法 IDebugCustomAttributeQuery 介面。

方法

描述

IDebugCustomAttributeQuery2::IsCustomAttributeDefined

判斷自訂屬性是否存在的名稱。

IDebugCustomAttributeQuery2::GetCustomAttributeByName

取得指定的自訂屬性的屬性資訊。

除了 IDebugCustomAttributeQuery 方法, IDebugCustomAttributeQuery2實作下列方法:

方法

描述

IDebugCustomAttributeQuery2::EnumCustomAttributes

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

備註

IEnumDebugCustomAttributes方法會傳回為這個欄位定義的所有自訂屬性的列舉值。

需求

標頭: sh.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

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

請參閱

參考

IDebugField

IEnumDebugCustomAttributes

概念

符號提供者介面