IVsSettingsStorageContainer::EnumSubkeys Method (array<String^>^, Int32, IEnumString^)

 

Enumerates the subkeys of the parent keys.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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.

Return to top
Show: