IVsSetSpanMappingEvents Interface
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 | ||
OnEndSetSpanMappings | ||
OnMarkerInvalidated |
Top