VCCodeModel.RemoveEx(Object, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified project from the solution.
public:
void RemoveEx(System::Object ^ Element, int Delete);
public:
void RemoveEx(Platform::Object ^ Element, int Delete);
void RemoveEx(winrt::Windows::Foundation::IInspectable const & Element, int Delete);
[System.Runtime.InteropServices.DispId(605)]
public void RemoveEx (object Element, int Delete);
[<System.Runtime.InteropServices.DispId(605)>]
abstract member RemoveEx : obj * int -> unit
Public Sub RemoveEx (Element As Object, Delete As Integer)
Parameters
- Element
- Object
Required. The project to remove from the solution.
- Delete
- Int32
True, if the project is to be deleted, false otherwise.
- Attributes