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

 

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 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.

Return to top
Show: