다음을 통해 공유


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

비동기 서비스 공급자입니다.

적용 대상