IVersionCol::get_Count
Retrieves count of the number of items in the collection.
Syntax
HRESULT get_Count(
long *piCount
);
Parts
*piCount
[out]
The number of items in the collection.
Return Value
S_OK
The method completed successfully.
Error Values
This method failed to complete successfully.
See Also
IVersionCol Interface