Поделиться через


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 - пространство имен