IVsStringMap Interface
Visual Studio 2015
Manages a set of key-value pairs of strings.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | Clear() | Clears the key-value pairs in the map. |
![]() | EnumKeys(IEnumString) | Returns an enumeration of the key-value pairs. |
![]() | GetValue(String, String) | Returns the value for a named key. |
![]() | RemoveValue(String) | Deletes a key-value pair. |
![]() | SetValue(String, String) | Sets the value of a named key. |
Show:
