Share via


IVsSettingsStorageContainer.EnumKeys Method

Enumerates only the keys at the top level (not in subcollections). IEnumString.Next() returns LPOLESTRs, which must be freed by the caller usingCoTaskMemFree.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

IVsSettingsStorageContainer Interface

Microsoft.VisualStudio.Shell.Interop Namespace