共用方式為


VCFileCodeModel.RemoveEx 方法

使用刪除選項,從方案中移除指定的專案。

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

語法

'宣告
Sub RemoveEx ( _
    Element As Object, _
    Delete As Integer _
)
void RemoveEx(
    Object Element,
    int Delete
)
void RemoveEx(
    Object^ Element, 
    int Delete
)
abstract RemoveEx : 
        Element:Object * 
        Delete:int -> unit
function RemoveEx(
    Element : Object, 
    Delete : int
)

參數

  • Element
    類型:Object

    必要項。 要從方案中移除的專案。

  • Delete
    類型:Int32

    表示是否刪除項目。 如果 Delete = 1,則會刪除項目。

.NET Framework 安全性

請參閱

參考

VCFileCodeModel 介面

Microsoft.VisualStudio.VCCodeModel 命名空間