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
projectData
ProjectCreationDataData for a newly created project.
supportedLanguages
string[]List of supported project languages, like C# or Visual Basic.
supportedProjectTypes
string[]List of supported project types, like ClassLibrary or WindowsFormsApp.