IVsSettingsStorageContainer::EnumKeys Method (IEnumString^)
Visual Studio 2015
Enumerates only the keys at the top level (not in subcollections). IEnumString.Next() returns LPOLESTRs, which must be freed by the caller usingCoTaskMemFree.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Parameters
- ppEnum
-
Type:
Microsoft.VisualStudio.OLE.Interop::IEnumString^
[out] The key enumeration.
Show: