Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- 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.