VCProject.RemovePlatform(Object) Method

Definition

Removes a platform from the current project (not enabled for Visual C++).

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

Parameters

Platform
Object

Required. The platform to remove.

Attributes

Applies to