VCCodeEnum::RemoveBase Method (Object^)
Visual Studio 2015
Removes an object from the list of bases.
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Parameters
- Element
-
Type:
System::Object^
Required. A CodeElement or the name of one in the collection.
The removed element can be either a CodeElement object that is in the collection or the name of a unique element in the collection.
Show: