ElementOperations Constructor (IServiceProvider^, Store^)

 
Note: This API is now obsolete.

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:
[ObsoleteAttribute("Use constructor specifying a particular model Partition")]
ElementOperations(
	IServiceProvider^ serviceProvider,
	Store^ store
)

Parameters

serviceProvider
Type: System::IServiceProvider^

The service provider to use.

store
Type: Microsoft.VisualStudio.Modeling::Store^

The store that the ModelElements belong to. Uses the store's default partition

Return to top
Show: