Поделиться через


IVstaHelper.LoadNewProject(String, String, String) Метод

Определение

Загружает новый проект.

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

Параметры

templatePath
String

Путь к шаблону проекта.

templateName
String

Имя шаблона проекта.

projectName
String

Имя проекта.

Возвращаемое значение

Значение true, если загрузка выполнена успешно; в противном случае — false.

Применяется к