Freigeben über


VCProject.RemovePlatform-Methode

Entfernt eine Plattform aus dem aktuellen Projekt (nicht aktiviert für Visual C++).

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Sub RemovePlatform ( _
    Platform As Object _
)
void RemovePlatform(
    Object Platform
)
void RemovePlatform(
    [InAttribute] Object^ Platform
)
abstract RemovePlatform : 
        Platform:Object -> unit
function RemovePlatform(
    Platform : Object
)

Parameter

  • Platform
    Typ: Object

    Erforderlich. Die zu entfernende Plattform.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCProject Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace