Diagram.ElementOperations Property

Definition

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.

Applies to