Share via


KeyProcessor.IsInterestedInHandledEvents, propriété

Détermine si ce processeur doit être appelé pour les événements gérés par des objets KeyProcessor précédents.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property IsInterestedInHandledEvents As Boolean
public virtual bool IsInterestedInHandledEvents { get; }
public:
virtual property bool IsInterestedInHandledEvents {
    bool get ();
}
abstract IsInterestedInHandledEvents : bool with get 
override IsInterestedInHandledEvents : bool with get
function get IsInterestedInHandledEvents () : boolean

Valeur de propriété

Type : Boolean
true si ce processeur est appelé pour les événements qui ont été gérés par des objets précédemment d'KeyProcessor, sinon false.

Sécurité .NET Framework

Voir aussi

Référence

KeyProcessor Classe

Microsoft.VisualStudio.Text.Editor, espace de noms