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: Int32The number of parent keys.
ppEnum
Type: Microsoft.VisualStudio.OLE.Interop.IEnumString%[out] The key enumeration.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.