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.
Gets the wizard page for this tool, which will be used in the project creation wizard.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Function GetWizardPage ( _
wizardForm As WizardForm, _
context As ProjectCreationContext _
) As TeamProjectWizardPage
TeamProjectWizardPage GetWizardPage(
WizardForm wizardForm,
ProjectCreationContext context
)
TeamProjectWizardPage^ GetWizardPage(
WizardForm^ wizardForm,
ProjectCreationContext^ context
)
abstract GetWizardPage :
wizardForm:WizardForm *
context:ProjectCreationContext -> TeamProjectWizardPage
function GetWizardPage(
wizardForm : WizardForm,
context : ProjectCreationContext
) : TeamProjectWizardPage
Parameters
- wizardForm
Type: WizardForm
The form for the wizard.
- context
Type: Microsoft.TeamFoundation.Client.ProjectCreationContext
The context of the project creation.
Return Value
Type: Microsoft.TeamFoundation.Client.TeamProjectWizardPage
The wizard page for this tool, which will be used in the project creation wizard.
.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.