共用方式為


KeyProcessor.IsInterestedInHandledEvents 屬性

判斷是否應針對先前 KeyProcessor 物件已處理的事件呼叫這個處理器。

命名空間:  Microsoft.VisualStudio.Text.Editor
組件:  Microsoft.VisualStudio.Text.UI.Wpf (在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

語法

'宣告
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

屬性值

類型:Boolean
true 具有已處理的事件,應該會呼叫這個處理器先前KeyProcessor物件,否則false。

.NET Framework 安全性

請參閱

參考

KeyProcessor 類別

Microsoft.VisualStudio.Text.Editor 命名空間