ExtensionCore.ServiceFactoryMap Property
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.
Gets the service factory map from moniker to factory type.
protected System.Collections.Generic.Dictionary<Microsoft.ServiceHub.Framework.ServiceMoniker,Microsoft.VisualStudio.Extensibility.ServiceFactoryRegistrationAttribute> ServiceFactoryMap { get; }
member this.ServiceFactoryMap : System.Collections.Generic.Dictionary<Microsoft.ServiceHub.Framework.ServiceMoniker, Microsoft.VisualStudio.Extensibility.ServiceFactoryRegistrationAttribute>
Protected ReadOnly Property ServiceFactoryMap As Dictionary(Of ServiceMoniker, ServiceFactoryRegistrationAttribute)