Diagram.ElementOperations Property
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 the object used to perform selection operations.
public:
virtual property Microsoft::VisualStudio::Modeling::Diagrams::DesignSurfaceElementOperations ^ ElementOperations { Microsoft::VisualStudio::Modeling::Diagrams::DesignSurfaceElementOperations ^ get(); };
public virtual Microsoft.VisualStudio.Modeling.Diagrams.DesignSurfaceElementOperations ElementOperations { get; }
member this.ElementOperations : Microsoft.VisualStudio.Modeling.Diagrams.DesignSurfaceElementOperations
Public Overridable ReadOnly Property ElementOperations As DesignSurfaceElementOperations
Property Value
Remarks
Override this property to return your own ElementOperations-derived object which you can customize Copy, Delete, and Merge methods.