CoreDesignSurfaceSerializationHelperBase.GetMonikerResolvers Method
This method returns the moniker resolvers for each of the domain models in the store
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Protected Friend Overridable Function GetMonikerResolvers ( _
store As Store _
) As IDictionary(Of Guid, IMonikerResolver)
protected internal virtual IDictionary<Guid, IMonikerResolver> GetMonikerResolvers(
Store store
)
protected public:
virtual IDictionary<Guid, IMonikerResolver^>^ GetMonikerResolvers(
Store^ store
)
abstract GetMonikerResolvers :
store:Store -> IDictionary<Guid, IMonikerResolver>
override GetMonikerResolvers :
store:Store -> IDictionary<Guid, IMonikerResolver>
function GetMonikerResolvers(
store : Store
) : IDictionary<Guid, IMonikerResolver>
Parameters
store
Type: Microsoft.VisualStudio.Modeling.StoreStore on which the moniker resolvers are set up.
Return Value
Type: IDictionary<Guid, IMonikerResolver>
.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.