Store.FindDomainModel(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Finds domain model by Id.
public:
Microsoft::VisualStudio::Modeling::DomainModel ^ FindDomainModel(Guid domainModelId);
public Microsoft.VisualStudio.Modeling.DomainModel FindDomainModel (Guid domainModelId);
member this.FindDomainModel : Guid -> Microsoft.VisualStudio.Modeling.DomainModel
Public Function FindDomainModel (domainModelId As Guid) As DomainModel
Parameters
- domainModelId
- Guid
The Id of domain model.
Returns
DomainModel instance or null if not found.