FlavoredProjectFactory.CanCreateProject(String, UInt32) 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.
Determines whether or not the project can be created with the supplied parameters.
protected:
virtual bool CanCreateProject(System::String ^ fileName, System::UInt32 flags);
protected:
virtual bool CanCreateProject(Platform::String ^ fileName, unsigned int flags);
virtual bool CanCreateProject(std::wstring const & fileName, unsigned int flags);
protected virtual bool CanCreateProject (string fileName, uint flags);
abstract member CanCreateProject : string * uint32 -> bool
override this.CanCreateProject : string * uint32 -> bool
Protected Overridable Function CanCreateProject (fileName As String, flags As UInteger) As Boolean
Parameters
- fileName
- String
The name of the file.
- flags
- UInt32
Not used.
Returns
True if the project can be created