IProjectCreationPlugin.GetWizardPage Method

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.

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

See Also

Reference

IProjectCreationPlugin Interface

Microsoft.TeamFoundation.Client Namespace