ScriptComponentHost.CreateNewProject(String, Boolean, Boolean) 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.
public:
bool CreateNewProject(System::String ^ projectName, bool bAddMain, bool bAddWrappers);
public bool CreateNewProject (string projectName, bool bAddMain, bool bAddWrappers);
member this.CreateNewProject : string * bool * bool -> bool
Public Function CreateNewProject (projectName As String, bAddMain As Boolean, bAddWrappers As Boolean) As Boolean
Parameters
- projectName
- String
- bAddMain
- Boolean
- bAddWrappers
- Boolean