VCCodeMap.RemoveEntry(Object) Method

Definition

Removes the specified map entry from the map code element represented by the VCCodeMap object.

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)

Parameters

Element
Object

Required. The map entry to be removed.

Attributes

Applies to