VCCodeModel::RemoveEx Method (Object^, Int32)
Visual Studio 2015
Removes the specified project from the solution.
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
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.
Show: