WizardEnteringArgs Class

Visual Studio 2015
 

The event arguments to the ConnectedServiceWizardPage::OnPageEnteringAsync method.

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

System::Object
  Microsoft.VisualStudio.ConnectedServices::WizardEnteringArgs

public ref class WizardEnteringArgs 

NameDescription
System_CAPS_pubmethodWizardEnteringArgs(ConnectedServiceWizardPage^)

Initializes a new instance of the WizardEnteringArgs class.

NameDescription
System_CAPS_pubpropertyPreviousPage

The ConnectedServiceWizardPage that was navigated from, or null if the page is the first of the wizard sequence.

NameDescription
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_pubmethodToString()

(Inherited from Object.)

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: