IDiaPropertyStorage::Enum

Gets an enumerator for properties within this set.

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

Reference

IDiaPropertyStorage