Compartir a través de


AsyncServiceProviderInjection<TService,TInterface> Constructor

Definición

Este constructor es únicamente para uso interno. Crea una instancia de 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)

Parámetros

asyncServiceProvider
IAsyncServiceProvider2

Proveedor de servicios asincrónico.

Se aplica a