IVsDataObjectStringMapEvents Interface

Definition

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

Applies to