Diagram::ElementOperations Property

 

Gets the object that performs selection operations.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
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.

Return to top
Show: