다음을 통해 공유


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 네임스페이스