The get_Count method identifies the number of elements in a Dictionary object instance.
HRESULT get_Count(
long *newVal// out, retval
);
<commerce.h>
Value | Description |
---|---|
S_OK | The method succeeded. |
E_POINTER | The newVal parameter is a NULL pointer. |