CoreDesignSurfaceSerializationHelperBase.GetMonikerResolvers(Store) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.