VCCodeModel.Remove(Object) Method

Definition

Removes the specified project from the solution.

public:
 void Remove(System::Object ^ Element);
public:
 void Remove(Platform::Object ^ Element);
void Remove(winrt::Windows::Foundation::IInspectable const & Element);
[System.Runtime.InteropServices.DispId(15)]
public void Remove (object Element);
[<System.Runtime.InteropServices.DispId(15)>]
abstract member Remove : obj -> unit
Public Sub Remove (Element As Object)

Parameters

Element
Object

Required. The project to remove from the solution.

Implements

Attributes

Applies to