VCProjectEngineObjectClass.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:
virtual System::Object ^ VCProjectEngine2_CreateProject(System::String ^ projectName) = Microsoft::VisualStudio::VCProjectEngine::VCProjectEngine2::CreateProject;
public virtual object VCProjectEngine2_CreateProject (string projectName);
abstract member VCProjectEngine2_CreateProject : string -> obj
override this.VCProjectEngine2_CreateProject : string -> obj
Public Overridable Function VCProjectEngine2_CreateProject (projectName As String) As Object
Parameters
- projectName
- String