IVsSettingsStorageContainer::EnumKeys Method (IEnumString^)

 

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)

void EnumKeys(
	[OutAttribute] IEnumString^% ppEnum
)

Parameters

ppEnum
Type: Microsoft.VisualStudio.OLE.Interop::IEnumString^

[out] The key enumeration.

Return to top
Show: