IVsSettingsStorageContainer.EnumKeys(IEnumString) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates only the keys at the top level (not in subcollections). IEnumString.Next() returns LPOLESTRs, which must be freed by the caller usingCoTaskMemFree.
public:
void EnumKeys([Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IEnumString ^ % ppEnum);
public:
void EnumKeys([Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IEnumString ^ & ppEnum);
void EnumKeys([Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IEnumString const & & ppEnum);
public void EnumKeys (out Microsoft.VisualStudio.OLE.Interop.IEnumString ppEnum);
abstract member EnumKeys : IEnumString -> unit
Public Sub EnumKeys (ByRef ppEnum As IEnumString)
Parameters
- ppEnum
- IEnumString
[out] The key enumeration.