IVCWizCtlUI::CanCreateNewProjectAtLocation Method (Boolean, String^, Boolean)
Visual Studio 2015
Indicates whether the new project can be created at the specified location.
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
bool CanCreateNewProjectAtLocation( bool fCreateNewSolution, String^ bstrFullProjectFilePath, bool fDeleteDirectory )
Parameters
- fCreateNewSolution
-
Type:
System::Boolean
Required. true if a new solution is created with the project; otherwise false.
- bstrFullProjectFilePath
-
Type:
System::String^
Required. A string containing the fully qualified path and file name for the project.
- fDeleteDirectory
-
Type:
System::Boolean
Required. true if the project's temporary directory is to be deleted; otherwise false.
Return Value
Type: System::Booleantrue if the project can be created at the specified directory and name; otherwise, false.
Show: