Share via


ConnectedServiceProvider.CreateConfiguratorAsync Method

Definition

Creates the view model object used for displaying the service configuration dialog.

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)

Parameters

context
ConnectedServiceProviderContext

A context object that can provide information and other services to the ConnectedServiceConfigurator.

Returns

A ConnectedServiceConfigurator object that will be used as the view model in the service configuration dialog.

Remarks

The Connected Services core will call Dispose() on this instance when the dialog is closed.

Applies to