共用方式為


MouseProcessorBase.PreprocessGiveFeedback 方法

處理在預設處理常式之前的回饋事件。

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

語法

'宣告
Public Overridable Sub PreprocessGiveFeedback ( _
    e As GiveFeedbackEventArgs _
)
public virtual void PreprocessGiveFeedback(
    GiveFeedbackEventArgs e
)
public:
virtual void PreprocessGiveFeedback(
    GiveFeedbackEventArgs^ e
)
abstract PreprocessGiveFeedback : 
        e:GiveFeedbackEventArgs -> unit  
override PreprocessGiveFeedback : 
        e:GiveFeedbackEventArgs -> unit
public function PreprocessGiveFeedback(
    e : GiveFeedbackEventArgs
)

參數

實作

IMouseProcessor.PreprocessGiveFeedback(GiveFeedbackEventArgs)

.NET Framework 安全性

請參閱

參考

MouseProcessorBase 類別

Microsoft.VisualStudio.Text.Editor 命名空間