IVstaHelper.LoadNewProject(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads a new project.
public:
bool LoadNewProject(System::String ^ templatePath, System::String ^ templateName, System::String ^ projectName);
public bool LoadNewProject (string templatePath, string templateName, string projectName);
abstract member LoadNewProject : string * string * string -> bool
Public Function LoadNewProject (templatePath As String, templateName As String, projectName As String) As Boolean
Parameters
- templatePath
- String
The path to the project template.
- templateName
- String
The name of the project template.
- projectName
- String
The name of the project.
Returns
true if the loading succeeded; otherwise, false.