Store::FindDomainModel Method (Guid)

 

Finds a domain model by its ID.

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

public:
DomainModel^ FindDomainModel(
	Guid domainModelId
)

Parameters

domainModelId
Type: System::Guid

The ID of the domain model.

Return Value

Type: Microsoft.VisualStudio.Modeling::DomainModel^

A domain model instance; or null if no domain model instance is found.

Return to top
Show: