IVsDataObjectStringMapManager2 Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

NameDescription
System_CAPS_pubmethodAdviseChanges(IDataObject^, IVsDataObjectStringMapEvents^, UInt32)

Registers a listener for the event fired when the string map changes.

System_CAPS_pubmethodClearMapCache(String^)

Clears cached string map data for all data objects with the specified string map name.

System_CAPS_pubmethodCreateStringMap(IVsStringMap^)

Creates a new string map.

System_CAPS_pubmethodReadStringMap(IDataObject^, String^, IVsStringMap^)

Reads a string map.

System_CAPS_pubmethodUnadviseChanges(UInt32)

Removes the listener.

System_CAPS_pubmethodWriteStringMap(IDataObject^, String^, Int32, IVsStringMap^)

Writes information to a string map.

Return to top
Show: