共用方式為


IDebugArrayField

這個介面會描述陣列的符號或型別。

IDebugArrayField : IDebugContainerField

實作器注意事項

符號提供者實作的同一個物件上實作這個介面IDebugContainerField介面。 這個介面是代表 array 物件的特製化。

呼叫者的備忘稿

使用QueryInterface以取得這個介面,從IDebugContainerField介面如果IDebugField::GetKind旗標會傳回FIELD_TYPE_ARRAY。

方法 Vtable 順序

除了在方法IDebugFieldIDebugContainerField介面,這個介面會實作下列:

方法

描述

IDebugArrayField::GetNumberOfElements

取得陣列中的項目數。

IDebugArrayField::GetElementType

取得陣列中的項目的型別。

IDebugArrayField::GetRank

取得陣列的陣序規範。

需求

標頭: sh.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

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

請參閱

參考

IDebugContainerField

IDebugField

概念

符號提供者介面