IVsTextLinesEvents.OnChangeLineAttributes, méthode
Informe le client lorsque les attributs de ligne de texte ont été modifiés.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Sub OnChangeLineAttributes ( _
iFirstLine As Integer, _
iLastLine As Integer _
)
void OnChangeLineAttributes(
int iFirstLine,
int iLastLine
)
void OnChangeLineAttributes(
[InAttribute] int iFirstLine,
[InAttribute] int iLastLine
)
abstract OnChangeLineAttributes :
iFirstLine:int *
iLastLine:int -> unit
function OnChangeLineAttributes(
iFirstLine : int,
iLastLine : int
)
Paramètres
iFirstLine
Type : Int32[in] a affecté la première fois la ligne, inclusif.
iLastLine
Type : Int32[in] le dernier a affecté la ligne, inclusif.
Notes
Signature de COM
De textmgr.idl :
HRESULT IVsTextLinesEvents::OnChangeLineAttributes(
[in] long iFirstLine,
[in] long iLastLine
);
Cet événement est appelé dans toute instance où les modifications de résultat de texte dans les modifications aux attributs de ligne de texte, tels que la syntaxe et la coloration de marque. Les modifications de texte peuvent se produire par programme et via l'action utilisateur.
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.