Store::FindMonikerResolver Method (Guid)

 

Finds the IMonikerResolver registered for the specified domain model.

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

public:
IMonikerResolver^ FindMonikerResolver(
	Guid domainModelId
)

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.

Return to top
Show: