Compartilhar via


Método IVsTextMarkerClient.MarkerInvalidated

Chamado quando o texto associado a um marcador é excluído por uma ação do usuário.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxe

'Declaração
Sub MarkerInvalidated
void MarkerInvalidated()
void MarkerInvalidated()
abstract MarkerInvalidated : unit -> unit
function MarkerInvalidated()

Comentários

COM assinatura

De textmgr.idl:

HRESULT IVsTextMarkerClient::MarkerInvalidated();

OnBeforeBufferCloseé chamado quando o buffer estiver fechado, em vez de MarkerInvalidated.

Segurança do .NET Framework

Consulte também

Referência

IVsTextMarkerClient Interface

Namespace Microsoft.VisualStudio.TextManager.Interop