Interface IVsTextMarkerClientAdvanced
Estende a funcionalidade disponível através do IVsTextMarkerClient interface fornecendo adicionais retornos de chamada.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (em Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintaxe
'Declaração
<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
O tipo IVsTextMarkerClientAdvanced expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
![]() |
OnMarkerTextChanged | Acionado quando o texto na mesma linha como marcador foi alterado. |
Superior