Store::FindDomainModel Method (Guid)
Visual Studio 2015
Finds a domain model by its ID.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
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.
Show: