IVsSettingsStorageContainer.EnumKeys Method
Enumerates only the keys at the top level (not in subcollections). IEnumString.Next() returns LPOLESTRs, which must be freed by the caller usingCoTaskMemFree.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
Sub EnumKeys ( _
<OutAttribute> ByRef ppEnum As IEnumString _
)
void EnumKeys(
out IEnumString ppEnum
)
void EnumKeys(
[OutAttribute] IEnumString^% ppEnum
)
abstract EnumKeys :
ppEnum:IEnumString byref -> unit
function EnumKeys(
ppEnum : IEnumString
)
Parameters
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.