DesignSurfaceElementOperations Constructor

 
Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

NameDescription
System_CAPS_pubmethodDesignSurfaceElementOperations(IServiceProvider^, Diagram^)

Initializes a new instance of the DesignSurfaceElementOperations class for a specific diagram The model partition is assumed to be that of the model element the diagram is viewing.

System_CAPS_pubmethodDesignSurfaceElementOperations(IServiceProvider^, Partition^)

Initializes a new instance of the DesignSurfaceElementOperations class. Note that since no Diagram is specified, multiple diagrams will not be supported and any merged PELs will end up in the default diagram (the first created diagram viewing the model)

System_CAPS_pubmethodDesignSurfaceElementOperations(IServiceProvider^, Partition^, Diagram^)

Initializes a new instance of the DesignSurfaceElementOperations class.

Return to top
Show: