Partager via


IVstaHelper.LoadNewProject(String, String, String) Méthode

Définition

Charge un nouveau projet.

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

Paramètres

templatePath
String

Chemin d'accès au modèle de projet.

templateName
String

Nom du modèle de projet.

projectName
String

Nom du projet.

Retours

true si le chargement a réussi ; sinon, false.

S’applique à