ConnectedServiceProvider.CreateConfiguratorAsync 方法

定义

创建用于显示服务配置对话框的视图模型对象。

public:
 abstract System::Threading::Tasks::Task<Microsoft::VisualStudio::ConnectedServices::ConnectedServiceConfigurator ^> ^ CreateConfiguratorAsync(Microsoft::VisualStudio::ConnectedServices::ConnectedServiceProviderContext ^ context);
public abstract System.Threading.Tasks.Task<Microsoft.VisualStudio.ConnectedServices.ConnectedServiceConfigurator> CreateConfiguratorAsync (Microsoft.VisualStudio.ConnectedServices.ConnectedServiceProviderContext context);
abstract member CreateConfiguratorAsync : Microsoft.VisualStudio.ConnectedServices.ConnectedServiceProviderContext -> System.Threading.Tasks.Task<Microsoft.VisualStudio.ConnectedServices.ConnectedServiceConfigurator>
Public MustOverride Function CreateConfiguratorAsync (context As ConnectedServiceProviderContext) As Task(Of ConnectedServiceConfigurator)

参数

context
ConnectedServiceProviderContext

一个上下文对象,它可以向 ConnectedServiceConfigurator 提供信息和其他服务。

返回

将在服务配置对话框中用作视图模型的 ConnectedServiceConfigurator 对象。

注解

当对话框关闭时,连接的服务核心将在此实例上调用 Dispose () 。

适用于