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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。