Store::LoadDomainModels Method (array<Type^>^)

 

Creates all the domain data for the specified list of domain models.

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

public:
void LoadDomainModels(
	... array<Type^>^ domainModelTypes
)

Parameters

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

An array of types of domain models to be loaded.

Return to top
Show: