VCCodeModel::RemoveEx Method (Object^, Int32)

 

Removes the specified project from the solution.

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

void RemoveEx(
	Object^ Element,
	int Delete
)

Parameters

Element
Type: System::Object^

Required. The project to remove from the solution.

Delete
Type: System::Int32

True, if the project is to be deleted, false otherwise.

Return to top
Show: