IVsStringMap::EnumKeys Method (IEnumString^)
Visual Studio 2015
Returns an enumeration of the key-value pairs.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Parameters
- ppEnum
-
Type:
Microsoft.VisualStudio.OLE.Interop::IEnumString^
[out] The IEnumString interface.
For users of native code, note that IEnumString::Next returns LPOLESTRs, which must be freed by the caller usingCoTaskMemFree.
Show: