VCProjectEngine.RemoveProject(Object) Method

Definition

Microsoft Internal Use Only.

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

Parameters

project
Object

Project object

Attributes

Applies to