다음을 통해 공유


MouseProcessorBase.PostprocessGiveFeedback 메서드

기본 처리기 이후에 피드백 이벤트를 처리합니다.

네임스페이스:  Microsoft.VisualStudio.Text.Editor
어셈블리:  Microsoft.VisualStudio.Text.UI.Wpf(Microsoft.VisualStudio.Text.UI.Wpf.dll)

구문

‘선언
Public Overridable Sub PostprocessGiveFeedback ( _
    e As GiveFeedbackEventArgs _
)
public virtual void PostprocessGiveFeedback(
    GiveFeedbackEventArgs e
)
public:
virtual void PostprocessGiveFeedback(
    GiveFeedbackEventArgs^ e
)
abstract PostprocessGiveFeedback : 
        e:GiveFeedbackEventArgs -> unit  
override PostprocessGiveFeedback : 
        e:GiveFeedbackEventArgs -> unit
public function PostprocessGiveFeedback(
    e : GiveFeedbackEventArgs
)

매개 변수

구현

IMouseProcessor.PostprocessGiveFeedback(GiveFeedbackEventArgs)

.NET Framework 보안

참고 항목

참조

MouseProcessorBase 클래스

Microsoft.VisualStudio.Text.Editor 네임스페이스