ElementOperations Constructor (IServiceProvider^, Store^)
Visual Studio 2015
Note: This API is now obsolete.Namespace:
Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Return to top
Initializes a new instance of the ElementOperations class.
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
Show: