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.
Gets a moniker resolver instance for this domain model.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Property MonikerResolver As IMonikerResolver
'Usage
Dim instance As DomainModelInfo
Dim value As IMonikerResolver
value = instance.MonikerResolver
instance.MonikerResolver = value
public IMonikerResolver MonikerResolver { get; internal set; }
public:
property IMonikerResolver^ MonikerResolver {
IMonikerResolver^ get ();
void set (IMonikerResolver^ value);
}
public function get MonikerResolver () : IMonikerResolver
public function set MonikerResolver (value : IMonikerResolver)
Property Value
Type: Microsoft.VisualStudio.Modeling.IMonikerResolver
An IMonikerResolver object.
.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.