IVsStringMap Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Manages a set of key-value pairs of strings.
public interface class IVsStringMap
public interface class IVsStringMap
__interface IVsStringMap
public interface IVsStringMap
[System.Runtime.InteropServices.Guid("4743CC21-8943-414D-84C2-E5DE2438D02F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsStringMap
type IVsStringMap = interface
[<System.Runtime.InteropServices.Guid("4743CC21-8943-414D-84C2-E5DE2438D02F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsStringMap = interface
Public Interface IVsStringMap
- Attributes
Methods
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. |