TextEditorEvents, interface

Mise à jour : novembre 2007

Fournit des événements pour les modifications apportées dans l'Éditeur de Texte/Code. Utilisez cette interface pour la fonctionnalité et reportez-vous à TextEditorEventsClass pour avoir de la documentation sur cet objet.

Espace de noms :  EnvDTE
Assembly :  EnvDTE (dans EnvDTE.dll)

Syntaxe

<GuidAttribute("23B7A868-6C89-436A-94FA-25D755456A77")> _
Public Interface TextEditorEvents _
    Implements _TextEditorEvents, _dispTextEditorEvents_Event

Dim instance As TextEditorEvents
[GuidAttribute("23B7A868-6C89-436A-94FA-25D755456A77")]
public interface TextEditorEvents : _TextEditorEvents, 
    _dispTextEditorEvents_Event
[GuidAttribute(L"23B7A868-6C89-436A-94FA-25D755456A77")]
public interface class TextEditorEvents : _TextEditorEvents, 
    _dispTextEditorEvents_Event
public interface TextEditorEvents extends _TextEditorEvents, _dispTextEditorEvents_Event

Notes

L'objet TextEditorEvents est retourné par DTE.Events.

Exemples

<System.ContextStaticAttribute()> Public WithEvents TextEditorEvents As EnvDTE.TextEditorEvents

Public Sub TextEditorEvents_LineChanged(ByVal StartPoint As EnvDTE.TextPoint, ByVal EndPoint As EnvDTE.TextPoint, ByVal Hint As Integer) Handles TextEditorEvents.LineChanged
   MsgBox("test")
End Sub

Voir aussi

Référence

Membres TextEditorEvents

EnvDTE, espace de noms