ConnectedServiceWizardPage Class

Definition

Represents a page, or step, in a wizard.

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

Constructors

ConnectedServiceWizardPage()

Initializes a new instance of the ConnectedServiceWizardPage class.

Properties

Description

Gets or sets the description of the page that is shown at the top of the wizard when the page is active.

DisableScrollBars

Gets or sets a value indicating whether or not the default scroll bar functionality for the page should be disabled.

HasErrors

Gets or sets a value indicating whether this page has errors that the user needs to resolve.

IsEnabled

Gets or sets a value indicating whether this page is enabled and can be navigated to using the left-hand side page picker or the Previous and Next buttons.

IsSelected

Gets or sets a value indicating whether this page is the currently shown page in the wizard.

Legend

Gets or sets the name of the page shown on the left-hand side of the wizard.

Title

Gets or sets the title of the page that is shown at the top of the wizard when the page is active.

View

Gets or sets the WPF UI Element that describes the content of the page.

Wizard

Gets the parent ConnectedServiceWizard view model that contains this page.

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

OnPageEnteringAsync is called on a ConnectedServiceWizardPage when the wizard is navigating to the page.

OnPageLeavingAsync(WizardLeavingArgs)

OnPageLeavingAsync is called on a ConnectedServiceWizardPage when the wizard is navigating away from the page.

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