ConnectedServiceUILess 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 ConnectedServiceUILess abstract : Microsoft::VisualStudio::ConnectedServices::ConnectedServiceConfigurator
[Windows::Foundation::Metadata::WebHostHidden]
public ref class ConnectedServiceUILess abstract : Microsoft::VisualStudio::ConnectedServices::ConnectedServiceConfigurator
[Windows::Foundation::Metadata::WebHostHidden]
class ConnectedServiceUILess abstract : Microsoft::VisualStudio::ConnectedServices::ConnectedServiceConfigurator
public abstract class ConnectedServiceUILess : Microsoft.VisualStudio.ConnectedServices.ConnectedServiceConfigurator
type ConnectedServiceUILess = class
    inherit ConnectedServiceConfigurator
Public MustInherit Class ConnectedServiceUILess
Inherits ConnectedServiceConfigurator
Inheritance
Derived

Constructors

ConnectedServiceUILess()

Initializes a new instance of the ConnectedServiceUILess class.

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.

OnPropertyChanged(String)

Notifies clients that a property value has changed.

(Inherited from ConnectedServiceViewModelBase)

Events

PropertyChanged

Occurs when a property value changes.

(Inherited from ConnectedServiceViewModelBase)

Applies to