ElementOperations Constructor (IServiceProvider^, Partition^)

 

Initializes a new instance of the ElementOperations class.

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

public:
ElementOperations(
	IServiceProvider^ serviceProvider,
	Partition^ partition
)

Parameters

serviceProvider
Type: System::IServiceProvider^

The service provider to use.

partition
Type: Microsoft.VisualStudio.Modeling::Partition^

The partition that the ModelElements belong to.

Return to top
Show: