DocData.IVsTextStreamEvents.OnChangeStreamAttributes(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.