DocData::IVsTextStreamEvents::OnChangeStreamAttributes Method (Int32, Int32)
Visual Studio 2015
A notification from Visual Studio that something in the text has changed.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
private: virtual void OnChangeStreamAttributes( int iPos, int iLength ) sealed = IVsTextStreamEvents::OnChangeStreamAttributes
Parameters
- iPos
-
Type:
System::Int32
Starting position of the changed text in the underlying buffer.
- iLength
-
Type:
System::Int32
Length of the changed text in the underlying buffer.
Show: