IVsDataObjectStringMapManager2 Interface
Visual Studio 2015
Enables storage of name/value pairs in an IDataObject. Multiple string maps with different names can exist in a single data object.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | AdviseChanges(IDataObject, IVsDataObjectStringMapEvents, UInt32) | Registers a listener for the event fired when the string map changes. |
![]() | ClearMapCache(String) | Clears cached string map data for all data objects with the specified string map name. |
![]() | CreateStringMap(IVsStringMap) | Creates a new string map. |
![]() | ReadStringMap(IDataObject, String, IVsStringMap) | Reads a string map. |
![]() | UnadviseChanges(UInt32) | Removes the listener. |
![]() | WriteStringMap(IDataObject, String, Int32, IVsStringMap) | Writes information to a string map. |
Show:
