FlavoredProjectFactoryBase.IVsProjectFactory.CanCreateProject 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.
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