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
型別:System.Object
必要項。要從方案中移除的專案。
- Delete
型別:System.Int32
表示是否刪除項目。如果 Delete = 1,則會刪除項目。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。