_XRValueCollectionBaseT.GetCount(int *) (Compact 2013)
3/28/2014
This method obtains the number of XRValue objects in the collection.
Syntax
HRESULT STDMETHODCALLTYPE GetCount(
int * pCount)
Parameters
- pCount
[out] The number of XRValue objects in the collection.
Return Value
The following table shows the possible return values.
Value |
Description |
---|---|
S_OK |
The method succeeded. |
E_POINTER |
The pCount parameter is not valid. |
Requirements
Header |
XRCollection.h |
See Also
Reference
_XRValueCollectionBaseT<IFace,ItemType,ItemComparer,ItemConverter,ItemLifeManager>
_XRValueCollectionBaseT.GetItem(int,XRValue *)
_XRValueCollectionBaseT.IndexOf(XRValue *,int *)