Partager via


Source.OnChangeLineAttributes, méthode

Appelé lorsque les attributs d'un ou plusieurs lignes (la police, couleur) ont 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 OnChangeLineAttributes ( _
    firstLine As Integer, _
    lastLine As Integer _
)
public virtual void OnChangeLineAttributes(
    int firstLine,
    int lastLine
)

Paramètres

  • firstLine
    Type : System.Int32
    La première ligne qui a été modifiée.
  • lastLine
    Type : System.Int32
    La dernière ligne qui a été modifiée.

Implémentations

IVsTextLinesEvents.OnChangeLineAttributes(Int32, Int32)

Remarques

Cette méthode est appelée lorsque les attributs d'un ou plusieurs lignes ont été modifiés.Les attributs d'une ligne comprend la police et la couleur.

C'est une implémentation méthode d'IVsTextLinesEvents of ' OnChangeLineAttributes.

La méthode de base ne fait rien.

Sécurité .NET Framework

Voir aussi

Référence

Source Classe

Microsoft.VisualStudio.Package, espace de noms