IDiaPropertyStorage::Enum

Gets an enumerator for properties within this set.

Syntax

HRESULT Enum ( 
   IEnumSTATPROPSTG** ppenum
);

Parameters

ppenum

[out] Returns an IEnumSTATPROPSTG object (in the Microsoft.VisualStudio.OLE.Interop namespace) representing an enumeration of properties.

Return Value

If successful, returns S_OK; otherwise returns an error code.

See also