Share via


IVsSettingsStorageContainer.EnumSubkeys Method

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)

Syntax

'Declaration
Sub EnumSubkeys ( _
    parentKeys As String(), _
    parentKeyCount As Integer, _
    <OutAttribute> ByRef ppEnum As IEnumString _
)
void EnumSubkeys(
    string[] parentKeys,
    int parentKeyCount,
    out IEnumString ppEnum
)
void EnumSubkeys(
    [InAttribute] array<String^>^ parentKeys, 
    [InAttribute] int parentKeyCount, 
    [OutAttribute] IEnumString^% ppEnum
)
abstract EnumSubkeys : 
        parentKeys:string[] * 
        parentKeyCount:int * 
        ppEnum:IEnumString byref -> unit
function EnumSubkeys(
    parentKeys : String[], 
    parentKeyCount : int, 
    ppEnum : IEnumString
)

Parameters

  • parentKeys
    Type: array<String[]

    The parent keys.

  • parentKeyCount
    Type: Int32

    The number of parent keys.

.NET Framework Security

See Also

Reference

IVsSettingsStorageContainer Interface

Microsoft.VisualStudio.Shell.Interop Namespace