IVsDataObjectStringMapManager Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | AdviseChanges(IDataObject^, IVsDataObjectStringMapEvents^, UInt32) | Registers a listener for the event fired when the string map changes. |
![]() | CreateStringMap(IVsStringMap^) | Creates a new string map. |
![]() | ReadStringMap(IDataObject^, String^, IVsStringMap^) | Reads the named string map from the specified data object. |
![]() | UnadviseChanges(UInt32) | Removes the listener. |
![]() | WriteStringMap(IDataObject^, String^, Int32, IVsStringMap^) | Writes information to a string map. |
Show:
