VCProjectEngineObjectClass.RemoveProject(Object) 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.
Microsoft Internal Use Only.
public:
virtual void RemoveProject(System::Object ^ project) = Microsoft::VisualStudio::VCProjectEngine::VCProjectEngine::RemoveProject;
public:
virtual void RemoveProject(Platform::Object ^ project) = Microsoft::VisualStudio::VCProjectEngine::VCProjectEngine::RemoveProject;
virtual void RemoveProject(winrt::Windows::Foundation::IInspectable const & project);
[System.Runtime.InteropServices.DispId(215)]
[System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)]
public virtual void RemoveProject (object project);
[<System.Runtime.InteropServices.DispId(215)>]
[<System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden)>]
abstract member RemoveProject : obj -> unit
override this.RemoveProject : obj -> unit
Public Overridable Sub RemoveProject (project As Object)
Parameters
- project
- Object
Project object
Implements
- Attributes