VCFileCodeModel::RemoveEx Method (Object^, Int32)

 

Removes the specified project from the solution with an option to delete.

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

Indicates whether the element is deleted or not. If Delete = 1, the element is deleted.

Return to top
Show: