VCProject.RemovePlatform(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.
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