VCWizCtlClass.CanCreateNewProjectAtLocation(Boolean, String, Boolean) Methode

Definition

Gibt an, ob das neue Projekt am angegebenen Speicherort erstellt werden kann.

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

Parameter

fCreateNewSolution
Boolean

Erforderlich. true, wenn mit dem Projekt eine neue Projektmappe erstellt wird, andernfalls false.

bstrFullProjectFilePath
String

Erforderlich. Eine Zeichenfolge, die den vollqualifizierten Pfad- und Dateinamen für das Projekt enthält.

fDeleteDirectory
Boolean

Erforderlich. true, wenn das temporäre Verzeichnis des Projekts gelöscht werden soll, andernfalls false.

Gibt zurück

Boolean

true, wenn das Projekt im angegebenen Verzeichnis und mit dem angegebenen Namen erstellt werden kann, andernfalls false.

Implementiert

Attribute

Gilt für