DesignSurfaceElementOperations Constructor (IServiceProvider^, Partition^)
Visual Studio 2015
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)
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public:
DesignSurfaceElementOperations(
IServiceProvider^ serviceProvider,
Partition^ modelPartition
)
Parameters
- serviceProvider
-
Type:
System::IServiceProvider^
Service provider
- partition
- modelPartition
-
Type:
Microsoft.VisualStudio.Modeling::Partition^
The partition for model elements
Show: