ConnectedServiceWizardPage Class

Visual Studio 2015
 

Represents a page, or step, in a wizard.

Namespace:   Microsoft.VisualStudio.ConnectedServices
Assembly:  Microsoft.VisualStudio.ConnectedServices (in Microsoft.VisualStudio.ConnectedServices.dll)

System::Object
  Microsoft.VisualStudio.ConnectedServices::ConnectedServiceViewModelBase
    Microsoft.VisualStudio.ConnectedServices::ConnectedServiceWizardPage

public ref class ConnectedServiceWizardPage abstract : ConnectedServiceViewModelBase

NameDescription
System_CAPS_protmethodConnectedServiceWizardPage()

Initializes a new instance of the ConnectedServiceWizardPage class.

NameDescription
System_CAPS_pubpropertyDescription

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

System_CAPS_pubpropertyDisableScrollBars

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

System_CAPS_pubpropertyHasErrors

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

System_CAPS_pubpropertyIsEnabled

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.

System_CAPS_pubpropertyIsSelected

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

System_CAPS_pubpropertyLegend

Gets or sets the name of the page displayed on the side of the wizard.

System_CAPS_pubpropertyTitle

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

System_CAPS_pubpropertyView

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

System_CAPS_pubpropertyWizard

Gets the parent ConnectedServiceWizard view model that contains this page.

NameDescription
System_CAPS_pubmethodDispose()

Releases all resources used by the object.(Inherited from ConnectedServiceViewModelBase.)

System_CAPS_protmethodDispose(Boolean)
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodOnPageEnteringAsync(WizardEnteringArgs^)

OnPageEntering is called on the ConnectedServiceWizardPage when the wizard is navigating to the page.

System_CAPS_pubmethodOnPageLeavingAsync(WizardLeavingArgs^)

OnPageEntering is called on a ConnectedServiceWizardPagewhen the wizard is navigating away from the page.

System_CAPS_protmethodOnPropertyChanged(String^)

Notifies clients that a property value has changed.(Inherited from ConnectedServiceViewModelBase.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubeventPropertyChanged

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.

Return to top
Show: