TeamProjectWizardPage Constructor ()
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
'Декларация
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.