DocData.IVsTextStreamEvents.OnChangeStreamAttributes(Int32, Int32) Método

Definição

Uma notificação do Visual Studio que algo no texto foi alterado.

 virtual void Microsoft.VisualStudio.TextManager.Interop.IVsTextStreamEvents.OnChangeStreamAttributes(int iPos, int iLength) = Microsoft::VisualStudio::TextManager::Interop::IVsTextStreamEvents::OnChangeStreamAttributes;
 virtual void Microsoft.VisualStudio.TextManager.Interop.IVsTextStreamEvents.OnChangeStreamAttributes(int iPos, int iLength) = Microsoft::VisualStudio::TextManager::Interop::IVsTextStreamEvents::OnChangeStreamAttributes;
void Microsoft.VisualStudio.TextManager.Interop.IVsTextStreamEvents.OnChangeStreamAttributes(int iPos, int iLength);
void IVsTextStreamEvents.OnChangeStreamAttributes (int iPos, int iLength);
abstract member Microsoft.VisualStudio.TextManager.Interop.IVsTextStreamEvents.OnChangeStreamAttributes : int * int -> unit
override this.Microsoft.VisualStudio.TextManager.Interop.IVsTextStreamEvents.OnChangeStreamAttributes : int * int -> unit
Sub OnChangeStreamAttributes (iPos As Integer, iLength As Integer) Implements IVsTextStreamEvents.OnChangeStreamAttributes

Parâmetros

iPos
Int32

Posição inicial do texto alterado no buffer subjacente.

iLength
Int32

Comprimento do texto alterado no buffer subjacente.

Implementações

Aplica-se a