VCFileCodeModel.RemoveEx(Object, Int32) Method

Definition

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

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(608)]
public void RemoveEx (object Element, int Delete);
[<System.Runtime.InteropServices.DispId(608)>]
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

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

Attributes

Applies to