IMouseProcessor.PostprocessGiveFeedback 方法
處理GiveFeedback後的預設處理常式的事件。
命名空間: Microsoft.VisualStudio.Text.Editor
組件: Microsoft.VisualStudio.Text.UI.Wpf (在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)
語法
'宣告
Sub PostprocessGiveFeedback ( _
e As GiveFeedbackEventArgs _
)
void PostprocessGiveFeedback(
GiveFeedbackEventArgs e
)
void PostprocessGiveFeedback(
GiveFeedbackEventArgs^ e
)
abstract PostprocessGiveFeedback :
e:GiveFeedbackEventArgs -> unit
function PostprocessGiveFeedback(
e : GiveFeedbackEventArgs
)
參數
e
類型:GiveFeedbackEventArgs描述拖曳作業的 GiveFeedbackEventArgs。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。