Store Constructor (IServiceProvider^, array<Type^>^)
Visual Studio 2015
Initializes a new instance of the Store class.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Parameters
- serviceProvider
-
Type:
System::IServiceProvider^
The service provider for this store.
- domainModelTypes
-
Type:
array<System::Type^>^
The list of domain models to be loaded.
The domainModelTypes parameter is optional. Therefore zero or more domain models can be specified.
Show: