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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaração
Public Sub New ( _
serviceProvider As IServiceProvider, _
modelPartition As Partition _
)
public DesignSurfaceElementOperations(
IServiceProvider serviceProvider,
Partition modelPartition
)
public:
DesignSurfaceElementOperations(
IServiceProvider^ serviceProvider,
Partition^ modelPartition
)
new :
serviceProvider:IServiceProvider *
modelPartition:Partition -> DesignSurfaceElementOperations
public function DesignSurfaceElementOperations(
serviceProvider : IServiceProvider,
modelPartition : Partition
)
Parameters
- serviceProvider
Type: System.IServiceProvider
Service provider
- modelPartition
Type: Microsoft.VisualStudio.Modeling.Partition
The partition for model elements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DesignSurfaceElementOperations Class