共用方式為


VCCodeMap.RemoveEntry 方法

從以 VCCodeMap 物件表示的對應程式碼項目,移除指定的對應項目。

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

語法

'宣告
Sub RemoveEntry ( _
    Element As Object _
)
void RemoveEntry(
    Object Element
)
void RemoveEntry(
    Object^ Element
)
abstract RemoveEntry : 
        Element:Object -> unit 
function RemoveEntry(
    Element : Object
)

參數

  • Element
    型別:System.Object
    必要項。要移除的對應項目。

.NET Framework 安全性

請參閱

參考

VCCodeMap 介面

Microsoft.VisualStudio.VCCodeModel 命名空間