VCCodeModel.RemoveEx(Object, Int32) Method

Definition

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

Applies to