VCWizCtlClass.CanCreateNewProjectAtLocation(Boolean, String, Boolean) Yöntem

Tanım

Yeni projenin belirtilen konumda oluşturulup oluşturuamayacağını gösterir.

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

Parametreler

fCreateNewSolution
Boolean

Gereklidir. true projeyle yeni bir çözüm oluşturulduysa, Aksi takdirde false .

bstrFullProjectFilePath
String

Gereklidir. Projenin tam yolunu ve dosya adını içeren bir dize.

fDeleteDirectory
Boolean

Gereklidir. true Projenin geçici dizini siliniyorsa; Aksi takdirde false .

Döndürülenler

Boolean

true Proje belirtilen dizin ve ad üzerinde oluşturulabiliyorsanız; Aksi takdirde, false .

Uygulamalar

Öznitelikler

Şunlara uygulanır