DocData.IVsTextStreamEvents.OnChangeStreamAttributes(Int32, Int32) Method

Definition

A notification from Visual Studio that something in the text has changed.

 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

Parameters

iPos
Int32

Starting position of the changed text in the underlying buffer.

iLength
Int32

Length of the changed text in the underlying buffer.

Implements

Applies to