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() を呼び出します。

適用対象