IVsStringMap::EnumKeys Method (IEnumString^)

 

Returns an enumeration of the key-value pairs.

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

int EnumKeys(
	[OutAttribute] IEnumString^% ppEnum
)

Parameters

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

[out] The IEnumString interface.

Return Value

Type: System::Int32

Returns S_OK if the enumeration was returned.

For users of native code, note that IEnumString::Next returns LPOLESTRs, which must be freed by the caller usingCoTaskMemFree.

Return to top
Show: