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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.