DesignSurfaceElementOperations Constructor (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)

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

Return to top
Show: