ExtensionPartServiceFactory Class
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.
A base service factory class for extension parts that allow customization of the service descriptor.
public abstract class ExtensionPartServiceFactory : Microsoft.VisualStudio.Extensibility.DefaultMessagePackServiceFactory
type ExtensionPartServiceFactory = class
inherit DefaultMessagePackServiceFactory
Public MustInherit Class ExtensionPartServiceFactory
Inherits DefaultMessagePackServiceFactory
- Inheritance
Constructors
ExtensionPartServiceFactory() |
Methods
CreateAsync(ServiceMoniker, ServiceActivationOptions, IServiceProvider, AuthorizationServiceClient, Type, Type, CancellationToken) |
Creates the service instance of T when requested. (Inherited from DefaultMessagePackServiceFactory) |
GetServiceDescriptor(ServiceMoniker) |
Gets the description of a service. |