ConnectedServiceWizardPage Class
Represents a page, or step, in a wizard.
Assembly: Microsoft.VisualStudio.ConnectedServices (in Microsoft.VisualStudio.ConnectedServices.dll)
Microsoft.VisualStudio.ConnectedServices::ConnectedServiceViewModelBase
Microsoft.VisualStudio.ConnectedServices::ConnectedServiceWizardPage
| Name | Description | |
|---|---|---|
![]() | ConnectedServiceWizardPage() | Initializes a new instance of the ConnectedServiceWizardPage class. |
| Name | Description | |
|---|---|---|
![]() | 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 page picker on the left side of the page. |
![]() | IsSelected | Gets or sets a value indicating whether this page is the currently displayed page in the wizard. |
![]() | Legend | Gets or sets the name of the page displayed on the 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 contains the content of the page. |
![]() | Wizard | Gets the parent ConnectedServiceWizard view model that contains this page. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources used by the object.(Inherited from ConnectedServiceViewModelBase.) |
![]() | Dispose(Boolean) | (Inherited from ConnectedServiceViewModelBase.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnPageEnteringAsync(WizardEnteringArgs^) | OnPageEntering is called on the ConnectedServiceWizardPage when the wizard is navigating to the page. |
![]() | OnPageLeavingAsync(WizardLeavingArgs^) | OnPageEntering is called on a ConnectedServiceWizardPagewhen the wizard is navigating away from the page. |
![]() | OnPropertyChanged(String^) | Notifies clients that a property value has changed.(Inherited from ConnectedServiceViewModelBase.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Occurs when a property value changes.(Inherited from ConnectedServiceViewModelBase.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



