Store Constructor (IServiceProvider^, Dictionary<Object^, Object^>^, array<Type^>^)

 

Creates an instance of the Store class which delegates IServiceProvider implementation to the given serviceProvider.

Namespace:   Microsoft.VisualStudio.Modeling
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.

Return to top
Show: