IVsSettingsStorageContainer Interface
Visual Studio 2015
Provides settings functionality.
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(String[], Int32, IEnumString) | Enumerates the subkeys of the parent keys. |
![]() | GetMultiKeyValue(String[], Int32) | Gets a multi-key value. |
![]() | GetValue(String) | Gets a value for the specified key. |
![]() | RemoveMultiKeyValue(String[], Int32) | Removes the specified key values. |
![]() | RemoveValue(String) | Removes the value for the specified key. |
![]() | SetMultiKeyValue(String[], UInt32, String) | Set multi-key values. |
![]() | SetValue(String, String) | Sets a value for the specified key. |
Show:
