IVsDataObjectStringMapEvents 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.
Implemented by clients of IVsDataObjectStringMapManager that are interested in getting a callback when the String Map changes.
public interface class IVsDataObjectStringMapEvents
public interface class IVsDataObjectStringMapEvents
__interface IVsDataObjectStringMapEvents
[System.Runtime.InteropServices.Guid("DFEC8E49-B682-43E0-841A-C25C5E2EA1E9")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDataObjectStringMapEvents
[<System.Runtime.InteropServices.Guid("DFEC8E49-B682-43E0-841A-C25C5E2EA1E9")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDataObjectStringMapEvents = interface
Public Interface IVsDataObjectStringMapEvents
- Attributes
Methods
OnStringMapChanged(IDataObject, String) |
Provides special handling for string map changes |