ConnectedServiceProvider.CreateConfiguratorAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.