IVCWizCtlUI.CanCreateNewProjectAtLocation(Boolean, String, Boolean) Method

Definition

Indicates whether the new project can be created at the specified location.

public:
 bool CanCreateNewProjectAtLocation(bool fCreateNewSolution, System::String ^ bstrFullProjectFilePath, bool fDeleteDirectory);
public:
 bool CanCreateNewProjectAtLocation(bool fCreateNewSolution, Platform::String ^ bstrFullProjectFilePath, bool fDeleteDirectory);
bool CanCreateNewProjectAtLocation(bool fCreateNewSolution, std::wstring const & bstrFullProjectFilePath, bool fDeleteDirectory);
[System.Runtime.InteropServices.DispId(1610743854)]
public bool CanCreateNewProjectAtLocation (bool fCreateNewSolution, string bstrFullProjectFilePath, bool fDeleteDirectory);
[<System.Runtime.InteropServices.DispId(1610743854)>]
abstract member CanCreateNewProjectAtLocation : bool * string * bool -> bool
Public Function CanCreateNewProjectAtLocation (fCreateNewSolution As Boolean, bstrFullProjectFilePath As String, fDeleteDirectory As Boolean) As Boolean

Parameters

fCreateNewSolution
Boolean

Required. true if a new solution is created with the project; otherwise false.

bstrFullProjectFilePath
String

Required. A string containing the fully qualified path and file name for the project.

fDeleteDirectory
Boolean

Required. true if the project's temporary directory is to be deleted; otherwise false.

Returns

true if the project can be created at the specified directory and name; otherwise, false.

Attributes

Applies to