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.
Provides event firing during execution of text buffer mapping services.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("98CEEDBD-07A4-4376-ADE8-5A46B7F5F384")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSetSpanMappingEvents
[GuidAttribute("98CEEDBD-07A4-4376-ADE8-5A46B7F5F384")]
[InterfaceTypeAttribute()]
public interface IVsSetSpanMappingEvents
[GuidAttribute(L"98CEEDBD-07A4-4376-ADE8-5A46B7F5F384")]
[InterfaceTypeAttribute()]
public interface class IVsSetSpanMappingEvents
[<GuidAttribute("98CEEDBD-07A4-4376-ADE8-5A46B7F5F384")>]
[<InterfaceTypeAttribute()>]
type IVsSetSpanMappingEvents = interface end
public interface IVsSetSpanMappingEvents
The IVsSetSpanMappingEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
OnBeginSetSpanMappings | Fires event when span mapping begins. |
![]() |
OnEndSetSpanMappings | Fires event when span mapping ends. |
![]() |
OnMarkerInvalidated | Fires event when the text marker is invalidated. |
Top