Partager via


DocData.IVsTextStreamEvents.OnChangeStreamText, méthode

Fournit une notification de Visual Studio que quelque chose dans le texte a modifié.

Espace de noms :  Microsoft.VisualStudio.Shell.Design.Serialization
Assembly :  Microsoft.VisualStudio.Shell.Design (dans Microsoft.VisualStudio.Shell.Design.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • iPos
    Type : System.Int32
    Position de la modification de la mémoire tampon de texte sous-jacente.
  • iOldLen
    Type : System.Int32
    La longueur ancienne du texte dans la mémoire tampon sous-jacente.
  • iNewLen
    Type : System.Int32
    La nouvelle longueur du texte dans la mémoire tampon sous-jacente.

Implémentations

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

Remarques

Appelle OnDataChanged sans des arguments.

Sécurité .NET Framework

Voir aussi

Référence

DocData Classe

Microsoft.VisualStudio.Shell.Design.Serialization, espace de noms