IDebugArrayField:: GetElementType

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

HRESULT GetElementType( 
   IDebugField** ppType
);
int GetElementType(
   out IDebugField ppType
);

参数

  • ppType
    [out] 返回描述元素的类型的 IDebugField 对象。

返回值

如果成功,则返回 S_OK;否则,返回错误代码。

备注

IDebugArrayField 对象,假设数组的所有元素是同一类型。

请参见

参考

IDebugArrayField

IDebugField