IDebugArrayField::GetElementType
Gets the type of element in the array.
HRESULT GetElementType(
IDebugField** ppType
);
int GetElementType(
out IDebugField ppType
);
Parameters
- ppType
[out] Returns an IDebugField object that describes the type of element.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
The IDebugArrayField object assumes that all elements of the array are the same type.