Creates all the domain data for the specified list of domain models.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Sub LoadDomainModels ( _
ParamArray domainModelTypes As Type() _
)
'使用
Dim instance As Store
Dim domainModelTypes As Type()
instance.LoadDomainModels(domainModelTypes)
public void LoadDomainModels(
params Type[] domainModelTypes
)
public:
void LoadDomainModels(
... array<Type^>^ domainModelTypes
)
public function LoadDomainModels(
... domainModelTypes : Type[]
)
Parameters
domainModelTypes
Type: []An array of types of domain models to be loaded.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Concepts
How to: Create Elements in Code
How to: Set or Get Domain Property Values