Condividi tramite


Proprietà KeyProcessor.IsInterestedInHandledEvents

Determina se questo processore deve essere chiamato per gli eventi che sono stati gestiti da in precedenza KeyProcessor oggetti.

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: Boolean
true se il processore viene chiamato per gli eventi che sono stati gestiti da in precedenza KeyProcessor oggetti, altrimenti false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

KeyProcessor Classe

Spazio dei nomi Microsoft.VisualStudio.Text.Editor