FlavoredProjectFactory::CanCreateProject Method (String^, UInt32)

 

Determines whether or not the project can be created with the supplied parameters.

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

protected:
virtual bool CanCreateProject(
	String^ fileName,
	unsigned int flags
)

Parameters

fileName
Type: System::String^

The name of the file.

flags
Type: System::UInt32

Not used.

Return Value

Type: System::Boolean

true if the project file name is valid, otherwise false.

Return to top
Show: