Partager via


Source.OnChangeLineText, méthode

Appelé lorsque le texte d'une ligne a changé.

Espace de noms :  Microsoft.VisualStudio.Package
Assemblys :   Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (dans Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Syntaxe

'Déclaration
Public Overridable Sub OnChangeLineText ( _
    lineChange As TextLineChange(), _
    last As Integer _
)
public virtual void OnChangeLineText(
    TextLineChange[] lineChange,
    int last
)

Paramètres

  • last
    Type : System.Int32
    Une valeur différente de zéro si la dernière ligne de la source est comprise dans la modification ; sinon, il s'agit de zéro.

Implémentations

IVsTextLinesEvents.OnChangeLineText(array<TextLineChange[], Int32)

Remarques

Cette méthode est appelée lorsqu'un ou plusieurs lignes sont modifiées dans une opération unique.

Cette méthode est une implémentation méthode d'OnChangeLineText d'IVsTextLinesEvents '.

La méthode de base ajoute l'étendue de ligne modifiée à la liste modifiée d'étendues.

Sécurité .NET Framework

Voir aussi

Référence

Source Classe

Microsoft.VisualStudio.Package, espace de noms