ExtensionProvidedDescriptorFactory 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.
Constructs services registered in an extension as brokered service implementations.
public class ExtensionProvidedDescriptorFactory : Microsoft.VisualStudio.Extensibility.IServiceFactory
type ExtensionProvidedDescriptorFactory = class
interface IServiceFactory
Public Class ExtensionProvidedDescriptorFactory
Implements IServiceFactory
- Inheritance
-
ExtensionProvidedDescriptorFactory
- Implements
Constructors
ExtensionProvidedDescriptorFactory(IServiceProvider) |
Initializes a new instance of the ExtensionProvidedDescriptorFactory class. |
Methods
CreateAsync(ServiceMoniker, ServiceActivationOptions, IServiceProvider, AuthorizationServiceClient, Type, Type, CancellationToken) | Creates the service instance of T when requested. |
GetServiceDescriptor(ServiceMoniker) | Gets the description of a service. |