IVsDataObjectStringMapManager Members
Include Protected Members
Include Inherited Members
Enables storage of name/value pairs in an [IDataObject]. Multiple string maps with different names can exist in a single data object. This service is obtained through [SVsDataObjectStringMapManager].
The IVsDataObjectStringMapManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
AdviseChanges | Sets a callback function to be called when the string map changes. | |
CreateStringMap | Creates a new string map. | |
ReadStringMap | ||
UnadviseChanges | Removes a callback. | |
WriteStringMap | Writes information to a string map. |
Top