FlavoredProjectFactoryBase::IVsProjectFactory::CreateProject Method (String^, String^, String^, UInt32, Guid, IntPtr, Int32)

 

Namespace:   Microsoft.VisualStudio.Shell.Flavor
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

private:
virtual int CreateProject(
	String^ fileName,
	String^ location,
	String^ name,
	unsigned int flags,
	Guid% projectGuid,
	[OutAttribute] IntPtr% project,
	[OutAttribute] int% canceled
) sealed = IVsProjectFactory::CreateProject

Parameters

fileName
Type: System::String^

location
Type: System::String^

name
Type: System::String^

flags
Type: System::UInt32

projectGuid
Type: System::Guid

project
Type: System::IntPtr

canceled
Type: System::Int32

Return Value

Type: System::Int32

Return to top
Show: