ConnectedServiceCustomUIConfigurator Class

Definition

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()

Methods

Dispose()

Releases all resources used by the object.

(Inherited from ConnectedServiceViewModelBase)
Dispose(Boolean) (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()

Events

PropertyChanged

Occurs when a property value changes.

(Inherited from ConnectedServiceViewModelBase)

Applies to