DomainModel Constructor (Store^, Guid)

 

Initializes a new instance of the DomainModel class.

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

protected:
DomainModel(
	Store^ store,
	Guid domainModelId
)

Parameters

store
Type: Microsoft.VisualStudio.Modeling::Store^

The store that contains the domain model.

domainModelId
Type: System::Guid

The ID of the domain model.

Return to top
Show: