DocumentTask.OnAfterMarkerChange(IVsTextMarker) Método

Definição

Sinaliza que a posição do marcador foi alterada.

public:
 virtual int OnAfterMarkerChange(Microsoft::VisualStudio::TextManager::Interop::IVsTextMarker ^ marker);
public:
 virtual int OnAfterMarkerChange(Microsoft::VisualStudio::TextManager::Interop::IVsTextMarker ^ marker);
 virtual int OnAfterMarkerChange(Microsoft::VisualStudio::TextManager::Interop::IVsTextMarker const & marker);
public virtual int OnAfterMarkerChange (Microsoft.VisualStudio.TextManager.Interop.IVsTextMarker marker);
abstract member OnAfterMarkerChange : Microsoft.VisualStudio.TextManager.Interop.IVsTextMarker -> int
override this.OnAfterMarkerChange : Microsoft.VisualStudio.TextManager.Interop.IVsTextMarker -> int
Public Overridable Function OnAfterMarkerChange (marker As IVsTextMarker) As Integer

Parâmetros

marker
IVsTextMarker

O marcador que foi alterado.

Retornos

Int32

Quando esse método é implementado por classes derivadas, se tiver sucesso, ele retornará Microsoft.VisualStudio.NativeMethods.S_OK . Se falhar, retornará um código de erro.

Implementações

Comentários

Por padrão, esse método não faz nada e retorna <xref:Microsoft.VisualStudio.NativeMethods.S_OK> . É uma implementação do OnAfterMarkerChange .

Aplica-se a