Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Completes 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
'Declaration
Public Sub Complete ( _
diagramClientView As DiagramClientView _
)
public void Complete(
DiagramClientView diagramClientView
)
public:
void Complete(
DiagramClientView^ diagramClientView
)
member Complete :
diagramClientView:DiagramClientView -> unit
public function Complete(
diagramClientView : DiagramClientView
)
Parameters
- diagramClientView
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView
The client view for the diagram.
Remarks
Completing a MouseAction forces the MouseAction to advance to deactivation. Minimally, OnMouseActionCompleted will be called prior to deactivation.
.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.