共用方式為


VCFile.AddFile 方法

將檔案加入至目前的專案或資料夾。

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

語法

'宣告
Function AddFile ( _
    bstrPath As String _
) As Object
Object AddFile(
    string bstrPath
)
Object^ AddFile(
    String^ bstrPath
)
abstract AddFile : 
        bstrPath:string -> Object
function AddFile(
    bstrPath : String
) : Object

參數

  • bstrPath
    類型:String

    必要項。 要加入至專案或資料夾的檔案名稱。

傳回值

類型:Object
剛才加入之檔案的 VCFile 物件。

備註

VCProject 物件的AddFile 行為取決於檔案副檔名。 如果檔案副檔名指定了 Filter 屬性,檔案會加入至適當的資料夾。 否則,檔案位於 [方案總管] 階層架構的底端。

不管副檔名, VCFilter 物件的AddFile 在指定的資料夾造成檔案位置。

將檔案以這種方式並不會在磁碟上的檔案。 呼叫端負責處理,必要時,。

VCFile 物件的AddFile 指定的檔案名稱產生關聯的檔案。

.NET Framework 安全性

請參閱

參考

VCFile 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間