VCFileCodeModel::RemoveEx Method (Object^, Int32)
Visual Studio 2015
Removes the specified project from the solution with an option to delete.
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
Indicates whether the element is deleted or not. If Delete = 1, the element is deleted.
Show: