Store.FindMonikerResolver Method
Finds the IMonikerResolver registered for the specified domain model.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Dichiarazione
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.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.
.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.