DslDefinitionModelSerializationHelperBase.GetMonikerResolvers(Store) Method

Definition

This method returns the moniker resolvers for each of the domain models in the store

protected public:
 virtual System::Collections::Generic::IDictionary<Guid, Microsoft::VisualStudio::Modeling::IMonikerResolver ^> ^ GetMonikerResolvers(Microsoft::VisualStudio::Modeling::Store ^ store);
protected internal virtual System.Collections.Generic.IDictionary<Guid,Microsoft.VisualStudio.Modeling.IMonikerResolver> GetMonikerResolvers (Microsoft.VisualStudio.Modeling.Store store);
abstract member GetMonikerResolvers : Microsoft.VisualStudio.Modeling.Store -> System.Collections.Generic.IDictionary<Guid, Microsoft.VisualStudio.Modeling.IMonikerResolver>
override this.GetMonikerResolvers : Microsoft.VisualStudio.Modeling.Store -> System.Collections.Generic.IDictionary<Guid, Microsoft.VisualStudio.Modeling.IMonikerResolver>
Protected Friend Overridable Function GetMonikerResolvers (store As Store) As IDictionary(Of Guid, IMonikerResolver)

Parameters

store
Store

Store on which the moniker resolvers are set up.

Returns

Applies to