VCCodeDelegate::RemoveMember Method (Object^)

 

Removes a member code construct.

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

void RemoveMember(
	Object^ Element
)

Parameters

Element
Type: System::Object^

Required. A CodeElement object 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: