共用方式為


ShellTextBuffer.IVsTextStreamEvents.OnChangeStreamAttributes Method

Definition

 virtual void Microsoft.VisualStudio.TextManager.Interop.IVsTextStreamEvents.OnChangeStreamAttributes(int iPos, int iLength) = Microsoft::VisualStudio::TextManager::Interop::IVsTextStreamEvents::OnChangeStreamAttributes;
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
iLength
Int32

Implements

Applies to