Provides common operations that act upon a collection of model elements.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Class ElementOperations
'使用
Dim instance As ElementOperations
public class ElementOperations
public ref class ElementOperations
public class ElementOperations
Remarks
You can derive from this class to create custom data formats for copy and paste operations.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.ElementOperations
Microsoft.VisualStudio.Modeling.Diagrams.DesignSurfaceElementOperations
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.