IAsyncWorkspaceProviderFactory<T>.CreateProviderAsync Yöntem

Tanım

Zaman uyumsuz model kullanarak sağlayıcı örneği oluşturma

public:
 System::Threading::Tasks::Task<T> ^ CreateProviderAsync(Microsoft::VisualStudio::Workspace::IWorkspace ^ workspaceContext);
public System.Threading.Tasks.Task<T> CreateProviderAsync (Microsoft.VisualStudio.Workspace.IWorkspace workspaceContext);
abstract member CreateProviderAsync : Microsoft.VisualStudio.Workspace.IWorkspace -> System.Threading.Tasks.Task<'T>
Public Function CreateProviderAsync (workspaceContext As IWorkspace) As Task(Of T)

Parametreler

workspaceContext
IWorkspace

Çalışma alanı bağlamı

Döndürülenler

Task<T>

Bir sağlayıcı türünün örneği oluşturuldu

Şunlara uygulanır