IVsSettingsStorageContainer::EnumSubkeys Method (array<String^>^, Int32, IEnumString^)
Visual Studio 2015
Enumerates the subkeys of the parent keys.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
void EnumSubkeys( array<String^>^ parentKeys, int parentKeyCount, [OutAttribute] IEnumString^% ppEnum )
Parameters
- parentKeys
-
Type:
array<System::String^>^
The parent keys.
- parentKeyCount
-
Type:
System::Int32
The number of parent keys.
- ppEnum
-
Type:
Microsoft.VisualStudio.OLE.Interop::IEnumString^
[out] The key enumeration.
Show: