共用方式為


VCCodeModel.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
    型別:System.Object
    必要項。要從方案中移除的專案。
  • Delete
    型別:System.Int32
    如果要刪除專案則為 true,否則為 false。

.NET Framework 安全性

請參閱

參考

VCCodeModel 介面

Microsoft.VisualStudio.VCCodeModel 命名空間