Udostępnij za pośrednictwem


Metoda DocData.IVsTextStreamEvents.OnChangeStreamText —

Wyświetla powiadomienie z Visual Studio , który zmienił się coś w tekście.

Przestrzeń nazw:  Microsoft.VisualStudio.Shell.Design.Serialization
Zestaw:  Microsoft.VisualStudio.Shell.Design (w Microsoft.VisualStudio.Shell.Design.dll)

Składnia

'Deklaracja
Private Sub OnChangeStreamText ( _
    iPos As Integer, _
    iOldLen As Integer, _
    iNewLen As Integer, _
    fLast As Integer _
) Implements IVsTextStreamEvents.OnChangeStreamText
void IVsTextStreamEvents.OnChangeStreamText(
    int iPos,
    int iOldLen,
    int iNewLen,
    int fLast
)

Parametry

  • iPos
    Typ: System.Int32
    Pozycja zmiany w podstawowych bufor tekstowy.
  • iOldLen
    Typ: System.Int32
    Stare długości tekstu w buforze podstawowej.
  • iNewLen
    Typ: System.Int32
    Długość nowy tekst w podstawowej buforu.

Implementuje

IVsTextStreamEvents.OnChangeStreamText(Int32, Int32, Int32, Int32)

Uwagi

Wywołania OnDataChanged bez argumentów.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

DocData Klasa

Przestrzeń nazw Microsoft.VisualStudio.Shell.Design.Serialization