Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Function FindMonikerResolver ( _
domainModelId As Guid _
) As IMonikerResolver
public IMonikerResolver FindMonikerResolver(
Guid domainModelId
)
public:
IMonikerResolver^ FindMonikerResolver(
Guid domainModelId
)
member FindMonikerResolver :
domainModelId:Guid -> IMonikerResolver
public function FindMonikerResolver(
domainModelId : Guid
) : IMonikerResolver
Parameters
domainModelId
Type: System.GuidID 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.