Partilhar via


Interface IVsTextMarkerClientEx

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
<InterfaceTypeAttribute()> _
<GuidAttribute("BA48A96D-40E9-4723-BDD8-B99072A1A426")> _
Public Interface IVsTextMarkerClientEx
[InterfaceTypeAttribute()]
[GuidAttribute("BA48A96D-40E9-4723-BDD8-B99072A1A426")]
public interface IVsTextMarkerClientEx
[InterfaceTypeAttribute()]
[GuidAttribute(L"BA48A96D-40E9-4723-BDD8-B99072A1A426")]
public interface class IVsTextMarkerClientEx
[<InterfaceTypeAttribute()>]
[<GuidAttribute("BA48A96D-40E9-4723-BDD8-B99072A1A426")>]
type IVsTextMarkerClientEx =  interface end
public interface IVsTextMarkerClientEx

O tipo IVsTextMarkerClientEx expõe os membros a seguir.

Métodos

  Nome Descrição
Método público MarkerInvalidated Chamado quando o texto associado a um marcador é excluído por uma ação do usuário.
Método público OnHoverOverMarker

Superior

Consulte também

Referência

Namespace Microsoft.VisualStudio.TextManager.Interop