ConnectedServiceWizard Class
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.
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 |
Sets an Action delegate for Next |
Pages |
Gets the collection of pages in the wizard. Each page is a “step” in the wizard. |
PreviousAction |
Sets an Action delegate for Previous |
StartPageIndex |
Gets or sets a value indicating the starting wizard page by its index. The page index must exist in the Pages collection for the property to be set. |
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 when the user clicks the Finish button. This method will return a “finished” service instance that will be passed off to the Handler. |
Next() |
Calls the view controller next implementation |
OnPropertyChanged(String) |
Notifies clients that a property value has changed. (Inherited from ConnectedServiceViewModelBase) |
Previous() |
Calls the view controller previous implementation |
Events
PropertyChanged |
Occurs when a property value changes. (Inherited from ConnectedServiceViewModelBase) |