Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: WizardFormThe 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.