WizardLeavingArgs(ConnectedServiceWizardPage) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe WizardLeavingArgs.
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)
Parâmetros
- nextPage
- ConnectedServiceWizardPage
A página que será selecionada ou nula se o assistente estiver sendo concluído.