IVstaHelper.LoadProjectFromFolder(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 an existing project from the specified folder.
public:
bool LoadProjectFromFolder(System::String ^ folder);
public bool LoadProjectFromFolder (string folder);
abstract member LoadProjectFromFolder : string -> bool
Public Function LoadProjectFromFolder (folder As String) As Boolean
Parameters
- folder
- String
The folder from which the project is loaded.
Returns
true if the loading succeeded; otherwise, false.