DocData::IVsTextStreamEvents::OnChangeStreamText Method (Int32, Int32, Int32, Int32)

 

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

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

private:
virtual void OnChangeStreamText(
	int iPos,
	int iOldLen,
	int iNewLen,
	int fLast
) sealed = IVsTextStreamEvents::OnChangeStreamText

Parameters

iPos
Type: System::Int32

The position of the change in the underlying text buffer.

iOldLen
Type: System::Int32

The old length of text in the underlying buffer.

iNewLen
Type: System::Int32

The new length of text in the underlying buffer.

fLast
Type: System::Int32

Not used.

Calls OnDataChanged with no arguments.

Return to top
Show: