IVsSetSpanMappingEvents 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.
Provides event firing during execution of text buffer mapping services.
public interface class IVsSetSpanMappingEvents
public interface class IVsSetSpanMappingEvents
__interface IVsSetSpanMappingEvents
[System.Runtime.InteropServices.Guid("98CEEDBD-07A4-4376-ADE8-5A46B7F5F384")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsSetSpanMappingEvents
[System.Runtime.InteropServices.Guid("98CEEDBD-07A4-4376-ADE8-5A46B7F5F384")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSetSpanMappingEvents
[<System.Runtime.InteropServices.Guid("98CEEDBD-07A4-4376-ADE8-5A46B7F5F384")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsSetSpanMappingEvents = interface
[<System.Runtime.InteropServices.Guid("98CEEDBD-07A4-4376-ADE8-5A46B7F5F384")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSetSpanMappingEvents = interface
Public Interface IVsSetSpanMappingEvents
- Attributes
Methods
OnBeginSetSpanMappings(Int32, NewSpanMapping[]) |
Fires event when span mapping begins. |
OnEndSetSpanMappings() |
Fires event when span mapping ends. |
OnMarkerInvalidated(IVsTextLines, IVsTextMarker) |
Fires event when the text marker is invalidated. |