Meta Data Services Programming
IReposProperties::_NewEnum
This method retrieves an enumeration interface pointer for the Properties collection. This interface is a standard Automation enumeration interface. It supports the Clone, Next, Reset, and Skip methods. You can use the enumeration interface to step through the members in the collection.
HRESULT _NewEnum(IUnknown **ppIEnumProps);
Parameters
*ppIEnumProps
[out]
The enumeration interface pointer.
Return Value
S_OK
The method completed successfully.
This method failed to complete successfully.