FlavoredProjectFactoryBase.IVsProjectFactory.CreateProject Method

Definition

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsProjectFactory.CreateProject(System::String ^ fileName, System::String ^ ___location, System::String ^ name, System::UInt32 flags, Guid % projectGuid, [Runtime::InteropServices::Out] IntPtr % project, [Runtime::InteropServices::Out] int % canceled) = Microsoft::VisualStudio::Shell::Interop::IVsProjectFactory::CreateProject;
int IVsProjectFactory.CreateProject(string fileName, string ___location, string name, uint flags, ref Guid projectGuid, out IntPtr project, out int canceled);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsProjectFactory.CreateProject : string * string * string * uint32 * Guid * nativeint * int -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsProjectFactory.CreateProject : string * string * string * uint32 * Guid * nativeint * int -> int
Function CreateProject (fileName As String, ___location As String, name As String, flags As UInteger, ByRef projectGuid As Guid, ByRef project As IntPtr, ByRef canceled As Integer) As Integer Implements IVsProjectFactory.CreateProject

Parameters

fileName
String
___location
String
name
String
flags
UInt32
projectGuid
Guid
project
IntPtr

nativeint

canceled
Int32

Returns

Implements

Applies to