MouseAction.CanComplete(DiagramClientView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether this MouseAction can be completed.
public:
bool CanComplete(Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ diagramClientView);
public bool CanComplete (Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView diagramClientView);
member this.CanComplete : Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> bool
Public Function CanComplete (diagramClientView As DiagramClientView) As Boolean
Parameters
- diagramClientView
- DiagramClientView
The DiagramClientView for which this MouseAction should be completed.
Returns
true if the MouseAction can be completed; otherwise, false.