ConnectedServiceWizard Class

Definition

A ConnectedServiceConfigurator that is capable of displaying multiple pages before the service is added to the project.

public ref class ConnectedServiceWizard abstract : Microsoft::VisualStudio::ConnectedServices::ConnectedServiceConfigurator
[Windows::Foundation::Metadata::WebHostHidden]
public ref class ConnectedServiceWizard abstract : Microsoft::VisualStudio::ConnectedServices::ConnectedServiceConfigurator
[Windows::Foundation::Metadata::WebHostHidden]
class ConnectedServiceWizard abstract : Microsoft::VisualStudio::ConnectedServices::ConnectedServiceConfigurator
public abstract class ConnectedServiceWizard : Microsoft.VisualStudio.ConnectedServices.ConnectedServiceConfigurator
type ConnectedServiceWizard = class
    inherit ConnectedServiceConfigurator
Public MustInherit Class ConnectedServiceWizard
Inherits ConnectedServiceConfigurator
Inheritance

Constructors

ConnectedServiceWizard()

Initializes a new instance of the ConnectedServiceWizard class.

Properties

IsFinishEnabled

Gets or sets a value indicating whether the Finish button is enabled.

IsNextEnabled

Gets or sets a value indicating whether the Next button is enabled.

IsPreviousEnabled

Gets or sets a value indicating whether the Previous button is enabled.

NextAction
Pages

A ConnectedServiceConfigurator that is capable of displaying multiple pages before the service is added to the project.

PreviousAction
StartPageIndex

Methods

Dispose()

Releases all resources used by the object.

(Inherited from ConnectedServiceViewModelBase)
Dispose(Boolean) (Inherited from ConnectedServiceViewModelBase)
GetFinishedServiceInstanceAsync()

The method that is invoked when the user clicks the Finish button. This method will return a service instance that is passed to the ConnectedServiceHandler.

Next()
OnPropertyChanged(String)

Notifies clients that a property value has changed.

(Inherited from ConnectedServiceViewModelBase)
Previous()

Events

PropertyChanged

Occurs when a property value changes.

(Inherited from ConnectedServiceViewModelBase)

Applies to