TeamProjectWizardPage Constructor (WizardForm)

Initializes a new instance of the TeamProjectWizardPage class by using the specified form.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
Protected Sub New ( _
    wizardForm As WizardForm _
)
protected TeamProjectWizardPage(
    WizardForm wizardForm
)
protected:
TeamProjectWizardPage(
    WizardForm^ wizardForm
)
new : 
        wizardForm:WizardForm -> TeamProjectWizardPage
protected function TeamProjectWizardPage(
    wizardForm : WizardForm
)

Parameters

  • wizardForm
    Type: WizardForm

    The wizard form to encapsulate in this instance.

.NET Framework Security

See Also

Reference

TeamProjectWizardPage Class

TeamProjectWizardPage Overload

Microsoft.TeamFoundation.Client Namespace