IVstaHelper.LoadNewProject(String, String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
加载一个新项目。
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。