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
)
參數
- File
型別:System.Object
必要項。要移除的檔案。
備註
RemoveFile可以在呼叫VCProject或VCFilter物件。請從其目前的資料夾,如果有的話,與專案中移除檔案。RemoveFile不會從磁碟刪除檔案。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。