Share via


FlavoredProjectFactoryBase.IVsProjectFactory.CanCreateProject Method

Definition

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsProjectFactory.CanCreateProject(System::String ^ fileName, System::UInt32 flags, [Runtime::InteropServices::Out] int % canCreate) = Microsoft::VisualStudio::Shell::Interop::IVsProjectFactory::CanCreateProject;
int IVsProjectFactory.CanCreateProject (string fileName, uint flags, out int canCreate);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsProjectFactory.CanCreateProject : string * uint32 * int -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsProjectFactory.CanCreateProject : string * uint32 * int -> int
Function CanCreateProject (fileName As String, flags As UInteger, ByRef canCreate As Integer) As Integer Implements IVsProjectFactory.CanCreateProject

Parameters

fileName
String
flags
UInt32
canCreate
Int32

Returns

Implements

Applies to