Share via


IPropertySetStorage.Enum Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub Enum ( _
    <OutAttribute> ByRef ppEnum As IEnumSTATPROPSETSTG _
)
void Enum(
    out IEnumSTATPROPSETSTG ppEnum
)
void Enum(
    [OutAttribute] IEnumSTATPROPSETSTG^% ppEnum
)
abstract Enum : 
        ppEnum:IEnumSTATPROPSETSTG byref -> unit
function Enum(
    ppEnum : IEnumSTATPROPSETSTG
)

Parameters

.NET Framework Security

See Also

Reference

IPropertySetStorage Interface

Microsoft.VisualStudio.OLE.Interop Namespace