IDebugArrayField

此接口描述数组符号或类型。

IDebugArrayField : IDebugContainerField

实现者说明

符号提供程序实现在同一对象的此接口实现 IDebugContainerField 接口。 此接口是表示数组对象的专用化。

调用方的说明

,如果 IDebugField:: GetKind 返回标志 FIELD_TYPE_ARRAY,请使用 QueryInterfaceIDebugContainerField 接口的此接口。

方法按 Vtable 顺序

除了在 IDebugFieldIDebugContainerField 接口的方法之外,此接口实现了下列功能:

方法

说明

IDebugArrayField:: GetNumberOfElements

获取元素数。数组的。

IDebugArrayField:: GetElementType

获取元素的类型在数组的。

IDebugArrayField:: GetRank

获取数组的秩为止。

要求

标题:sh.h

命名空间:Microsoft.VisualStudio.Debugger.Interop

程序集:Microsoft.VisualStudio.Debugger.Interop.dll

请参见

参考

IDebugContainerField

IDebugField

概念

符号提供程序接口