次の方法で共有


AsyncServiceProviderInjection<TService,TInterface> コンストラクター

定義

このコンストラクターは内部でのみ使用されます。 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)

パラメーター

asyncServiceProvider
IAsyncServiceProvider2

非同期サービス プロバイダー。

適用対象