共用方式為


VCWizCtlClass.CanCreateNewProjectAtLocation 方法

表示是否可以在指定的位置建立新專案。

命名空間:  Microsoft.VisualStudio.VsWizard
組件:  Microsoft.VisualStudio.VsWizard (在 Microsoft.VisualStudio.VsWizard.dll 中)

語法

'宣告
Public Overridable Function CanCreateNewProjectAtLocation ( _
    fCreateNewSolution As Boolean, _
    bstrFullProjectFilePath As String, _
    fDeleteDirectory As Boolean _
) As Boolean
public virtual bool CanCreateNewProjectAtLocation(
    bool fCreateNewSolution,
    string bstrFullProjectFilePath,
    bool fDeleteDirectory
)
public:
virtual bool CanCreateNewProjectAtLocation(
    [InAttribute] bool fCreateNewSolution, 
    [InAttribute] String^ bstrFullProjectFilePath, 
    [InAttribute] bool fDeleteDirectory
)
abstract CanCreateNewProjectAtLocation : 
        fCreateNewSolution:bool * 
        bstrFullProjectFilePath:string * 
        fDeleteDirectory:bool -> bool  
override CanCreateNewProjectAtLocation : 
        fCreateNewSolution:bool * 
        bstrFullProjectFilePath:string * 
        fDeleteDirectory:bool -> bool
public function CanCreateNewProjectAtLocation(
    fCreateNewSolution : boolean, 
    bstrFullProjectFilePath : String, 
    fDeleteDirectory : boolean
) : boolean

參數

  • fCreateNewSolution
    類型:Boolean

    必要項。 如果建立具有專案的新方案,則為 true,否則為 false。

  • bstrFullProjectFilePath
    類型:String

    必要項。 包含專案完整路徑和檔名的字串。

  • fDeleteDirectory
    類型:Boolean

    必要項。 如果要刪除專案的暫存目錄,則為 true,否則為 false。

傳回值

類型:Boolean
如果可以用指定的目錄和名稱建立專案則為 true,否則為 false。

實作

IVCWizCtlUI.CanCreateNewProjectAtLocation(Boolean, String, Boolean)

.NET Framework 安全性

請參閱

參考

VCWizCtlClass 類別

Microsoft.VisualStudio.VsWizard 命名空間

其他資源

設計精靈

Visual C++ 擴充性物件模型