Store::FindMonikerResolver Method (Guid)
Visual Studio 2015
Finds the IMonikerResolver registered for the specified domain model.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Parameters
- domainModelId
-
Type:
System::Guid
ID of the domain model to search for.
Return Value
Type: Microsoft.VisualStudio.Modeling::IMonikerResolver^The IMonikerResolver for the domain model.Returns null if no IMonikerResolver is registered with this model.
Show: