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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。