Condividi tramite


ExtensionPartServiceFactory Class

Definition

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
ExtensionPartServiceFactory

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.

Applies to