Store Constructor (IServiceProvider^, Dictionary<Object^, Object^>^, array<Type^>^)
Visual Studio 2015
Creates an instance of the Store class which delegates IServiceProvider implementation to the given serviceProvider.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
public: Store( IServiceProvider^ serviceProvider, Dictionary<Object^, Object^>^ properties, ... array<Type^>^ domainModelTypes )
Parameters
- serviceProvider
-
Type:
System::IServiceProvider^
the service provider delegated to by this Store's IServiceProvider implementation.
- properties
-
Type:
System.Collections.Generic::Dictionary<Object^, Object^>^
The Dictionary of properties with which Store's PropertyBag will be initialized.
- domainModelTypes
-
Type:
array<System::Type^>^
List of domain models to be loaded.
Show: