Share via


ConnectedServiceCustomUIConfigurator Class

Definition

A ConnectedServiceConfigurator that doesn't need to show UI to create a ConnectedServiceInstance. The information necessary to configure the connected service is available without user interaction.

public ref class ConnectedServiceCustomUIConfigurator abstract : Microsoft::VisualStudio::ConnectedServices::ConnectedServiceUILess
public abstract class ConnectedServiceCustomUIConfigurator : Microsoft.VisualStudio.ConnectedServices.ConnectedServiceUILess
type ConnectedServiceCustomUIConfigurator = class
    inherit ConnectedServiceUILess
Public MustInherit Class ConnectedServiceCustomUIConfigurator
Inherits ConnectedServiceUILess
Inheritance

Constructors

ConnectedServiceCustomUIConfigurator()

Initializes a new instance of the ConnectedServiceCustomUIConfigurator class.

Methods

Dispose()

Releases all resources used by the object.

(Inherited from ConnectedServiceViewModelBase)
Dispose(Boolean)

Releases the unmanaged resources used by the object and optionally releases the managed resources.

(Inherited from ConnectedServiceViewModelBase)
GetFinishedServiceInstanceAsync()

The method that is invoked to retrieve the ConnectedServiceInstance that should be configured in the project. This method will return a “finished” service instance that will be passed off to the Handler.

(Inherited from ConnectedServiceUILess)
OnPropertyChanged(String)

Notifies clients that a property value has changed.

(Inherited from ConnectedServiceViewModelBase)
ShowCustomUI()

Displays custom UI to configure new provider that needs some special UI, which is not supported by default ConnectedServices flow.

Events

PropertyChanged

Occurs when a property value changes.

(Inherited from ConnectedServiceViewModelBase)

Applies to