VCCodeMap.RemoveEntry(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从对象表示的映射代码元素中移除指定的映射项 VCCodeMap 。
public:
void RemoveEntry(System::Object ^ Element);
public:
void RemoveEntry(Platform::Object ^ Element);
void RemoveEntry(winrt::Windows::Foundation::IInspectable const & Element);
[System.Runtime.InteropServices.DispId(584)]
public void RemoveEntry (object Element);
[<System.Runtime.InteropServices.DispId(584)>]
abstract member RemoveEntry : obj -> unit
Public Sub RemoveEntry (Element As Object)
参数
- Element
- Object
必需。 要删除的映射项。
- 属性