WizardLeavingArgs(ConnectedServiceWizardPage) Constructor
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.
Initializes a new instance of the WizardLeavingArgs class.
public:
WizardLeavingArgs(Microsoft::VisualStudio::ConnectedServices::ConnectedServiceWizardPage ^ nextPage);
public:
WizardLeavingArgs(Microsoft::VisualStudio::ConnectedServices::ConnectedServiceWizardPage ^ nextPage);
WizardLeavingArgs(Microsoft::VisualStudio::ConnectedServices::ConnectedServiceWizardPage const & nextPage);
public WizardLeavingArgs (Microsoft.VisualStudio.ConnectedServices.ConnectedServiceWizardPage nextPage);
new Microsoft.VisualStudio.ConnectedServices.WizardLeavingArgs : Microsoft.VisualStudio.ConnectedServices.ConnectedServiceWizardPage -> Microsoft.VisualStudio.ConnectedServices.WizardLeavingArgs
Public Sub New (nextPage As ConnectedServiceWizardPage)
Parameters
- nextPage
- ConnectedServiceWizardPage
The page that will be selected, or null if the wizard is being finished.