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.
Extends the functionality available through the IVsTextMarkerClient interface by providing additional callbacks.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("C4B874D3-1491-4F13-8B9E-17249EC4902B")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTextMarkerClientAdvanced
[GuidAttribute("C4B874D3-1491-4F13-8B9E-17249EC4902B")]
[InterfaceTypeAttribute()]
public interface IVsTextMarkerClientAdvanced
[GuidAttribute(L"C4B874D3-1491-4F13-8B9E-17249EC4902B")]
[InterfaceTypeAttribute()]
public interface class IVsTextMarkerClientAdvanced
[<GuidAttribute("C4B874D3-1491-4F13-8B9E-17249EC4902B")>]
[<InterfaceTypeAttribute()>]
type IVsTextMarkerClientAdvanced = interface end
public interface IVsTextMarkerClientAdvanced
The IVsTextMarkerClientAdvanced type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
OnMarkerTextChanged | Fires when the text on the same line as the marker has changed. |
Top