Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
.gif)