Store.FindMonikerResolver(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.
Gets the IMonikerResolver registered for the given DomainModel. Returns null if no IMonikerResolver is registered with this model.
public:
Microsoft::VisualStudio::Modeling::IMonikerResolver ^ FindMonikerResolver(Guid domainModelId);
public Microsoft.VisualStudio.Modeling.IMonikerResolver FindMonikerResolver (Guid domainModelId);
member this.FindMonikerResolver : Guid -> Microsoft.VisualStudio.Modeling.IMonikerResolver
Public Function FindMonikerResolver (domainModelId As Guid) As IMonikerResolver
Parameters
- domainModelId
- Guid
Id of the DomainModel to search for.
Returns
The registered IMonikerResolver, or null if not found.