Diagram::ElementOperations Property
Visual Studio 2015
Gets the object that performs selection operations.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: property DesignSurfaceElementOperations^ ElementOperations { virtual DesignSurfaceElementOperations^ get(); }
Property Value
Type: Microsoft.VisualStudio.Modeling.Diagrams::DesignSurfaceElementOperations^The object that performs the selection operations.
You can override this property to customize operations such as copy, delete, and merge.
Show: