IVsSettingsStorageContainer Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | Clear() | Clears the container. |
![]() | EnumKeys(IEnumString^) | Enumerates only the keys at the top level (not in subcollections). IEnumString.Next() returns LPOLESTRs, which must be freed by the caller usingCoTaskMemFree. |
![]() | EnumSubkeys(array<String^>^, Int32, IEnumString^) | Enumerates the subkeys of the parent keys. |
![]() | GetMultiKeyValue(array<String^>^, Int32) | Gets a multi-key value. |
![]() | GetValue(String^) | Gets a value for the specified key. |
![]() | RemoveMultiKeyValue(array<String^>^, Int32) | Removes the specified key values. |
![]() | RemoveValue(String^) | Removes the value for the specified key. |
![]() | SetMultiKeyValue(array<String^>^, UInt32, String^) | Set multi-key values. |
![]() | SetValue(String^, String^) | Sets a value for the specified key. |
Show:
