VCCodeMap.RemoveEntry(Object) 方法

定义

从对象表示的映射代码元素中移除指定的映射项 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

必需。 要删除的映射项。

属性

适用于