Compartir a través de


VCProject.RemovePlatform (Método)

Quita una plataforma del proyecto actual (no está habilitado en Visual C++).

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

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

Parámetros

  • Platform
    Tipo: Object

    Obligatorio. Plataforma que se va a quitar.

Seguridad de .NET Framework

Vea también

Referencia

VCProject Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)