AsyncServiceProviderInjection<TService,TInterface> 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.
This constructor is for internal use only. Creates an instance of AsyncServiceProviderInjection<TService,TInterface>.
public AsyncServiceProviderInjection (Microsoft.VisualStudio.Shell.IAsyncServiceProvider2 asyncServiceProvider);
new Microsoft.VisualStudio.Extensibility.VSSdkCompatibility.AsyncServiceProviderInjection<'Service, 'Interface (requires 'Interface : null)> : Microsoft.VisualStudio.Shell.IAsyncServiceProvider2 -> Microsoft.VisualStudio.Extensibility.VSSdkCompatibility.AsyncServiceProviderInjection<'Service, 'Interface (requires 'Interface : null)>
Public Sub New (asyncServiceProvider As IAsyncServiceProvider2)
Parameters
- asyncServiceProvider
- IAsyncServiceProvider2
The async service provider.