Store Constructor (array<Type^>^)

 

Initializes a new instance of the Store class.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
Store(
	... array<Type^>^ domainModelTypes
)

Parameters

domainModelTypes
Type: array<System::Type^>^

A list of domain models to be loaded.

The domainModelTypes parameter is optional. Therefore zero or more domain models can be specified.

Return to top
Show: