Paints the feedback for the mouse action.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Overridable Sub DoPaintFeedback ( _
e As DiagramPaintEventArgs _
)
'使用
Dim instance As MouseAction
Dim e As DiagramPaintEventArgs
instance.DoPaintFeedback(e)
public virtual void DoPaintFeedback(
DiagramPaintEventArgs e
)
public:
virtual void DoPaintFeedback(
DiagramPaintEventArgs^ e
)
public function DoPaintFeedback(
e : DiagramPaintEventArgs
)
Parameters
e
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgsThe arguments for the paint event.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.