MouseAction.DoPaintFeedback Method
Paints the feedback for the mouse action.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'宣言
Public Overridable Sub DoPaintFeedback ( _
e As DiagramPaintEventArgs _
)
public virtual void DoPaintFeedback(
DiagramPaintEventArgs e
)
public:
virtual void DoPaintFeedback(
DiagramPaintEventArgs^ e
)
abstract DoPaintFeedback :
e:DiagramPaintEventArgs -> unit
override DoPaintFeedback :
e:DiagramPaintEventArgs -> unit
public function DoPaintFeedback(
e : DiagramPaintEventArgs
)
Parameters
- e
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramPaintEventArgs
The arguments for the paint event.
.NET Framework Security
- 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.