VCFileCodeModel::Remove Method (Object^)

 

Removes the specified project from the solution.

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

void Remove(
	Object^ Element
)

Parameters

Element
Type: System::Object^

Required. The project to remove from the solution.

Return to top
Show: