VCCodeMap.RemoveEntry(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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