VCCodeMap::RemoveEntry Method (Object^)

 

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

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

void RemoveEntry(
	Object^ Element
)

Parameters

Element
Type: System::Object^

Required. The map entry to be removed.

Return to top
Show: