VCCodeDelegate::RemoveBase Method (Object^)

 

Removes an object from the list of bases.

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

void RemoveBase(
	Object^ Element
)

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.

Return to top
Show: