IVstaHelper.LoadNewProject(String, String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.