Next
Applies to: SharePoint Foundation 2010
Returns the next property in the enumerable property bag.
HRESULT Next(
IParserProperty **ppiprop
);
Parameters
ppiprop
[out] The next property in the enumerable property bag.
Return Value
The IEnumParserProperties Interface methods return typical HRESULT values. In general, the method should return a positive OK value when successful or a negative FAIL value when unsuccessful.
See Also
Reference
IEnumParserProperties Interface