共用方式為


VCFile.RemoveFile 方法

從目前的專案或資料夾中移除檔案。

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

語法

'宣告
Sub RemoveFile ( _
    File As Object _
)
void RemoveFile(
    Object File
)
void RemoveFile(
    [InAttribute] Object^ File
)
abstract RemoveFile : 
        File:Object -> unit 
function RemoveFile(
    File : Object
)

參數

備註

RemoveFile可以在呼叫VCProjectVCFilter物件。請從其目前的資料夾,如果有的話,與專案中移除檔案。RemoveFile不會從磁碟刪除檔案。

.NET Framework 安全性

請參閱

參考

VCFile 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間