ExtensionProvidedDescriptorFactory(IServiceProvider) Constructor
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.
Initializes a new instance of the ExtensionProvidedDescriptorFactory class.
public ExtensionProvidedDescriptorFactory (IServiceProvider serviceProvider);
new Microsoft.Internal.VisualStudio.Extensibility.Framework.ExtensionProvidedDescriptorFactory : IServiceProvider -> Microsoft.Internal.VisualStudio.Extensibility.Framework.ExtensionProvidedDescriptorFactory
Public Sub New (serviceProvider As IServiceProvider)
Parameters
- serviceProvider
- IServiceProvider
Service provider for the extension instance.