Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Implemented by clients of IVsDataObjectStringMapManager that are interested in getting a callback when the String Map changes.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
<GuidAttribute("DFEC8E49-B682-43E0-841A-C25C5E2EA1E9")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsDataObjectStringMapEvents
[GuidAttribute("DFEC8E49-B682-43E0-841A-C25C5E2EA1E9")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDataObjectStringMapEvents
[GuidAttribute(L"DFEC8E49-B682-43E0-841A-C25C5E2EA1E9")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsDataObjectStringMapEvents
[<GuidAttribute("DFEC8E49-B682-43E0-841A-C25C5E2EA1E9")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDataObjectStringMapEvents = interface end
public interface IVsDataObjectStringMapEvents
The IVsDataObjectStringMapEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
OnStringMapChanged | Provides special handling for string map changes |
Top