VCProjectEngine2.CreateProject(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.
public:
System::Object ^ CreateProject(System::String ^ projectName);
[System.Runtime.InteropServices.DispId(213)]
public object CreateProject (string projectName);
[<System.Runtime.InteropServices.DispId(213)>]
abstract member CreateProject : string -> obj
Public Function CreateProject (projectName As String) As Object
Parameters
- projectName
- String
Returns
Implements
- Attributes