IDiaPropertyStorage::Enum
Note
This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
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.