Constructor DlgNewProject
DlgNewProject()
Initializes a new instance of the DlgNewProject class with default settings.
public DlgNewProject()
DlgNewProject(ProjectCreationData, string[], string[])
Initializes a new instance of the DlgNewProject class with specific parameters.
public DlgNewProject(ProjectCreationData projectData, string[] supportedLanguages, string[] supportedProjectTypes)
Parameters
projectDataProjectCreationDataData for a newly created project.
supportedLanguagesstring[]List of supported project languages, like C# or Visual Basic.
supportedProjectTypesstring[]List of supported project types, like ClassLibrary or WindowsFormsApp.