Partilhar via


Método VCProject.RemovePlatform

Remove uma plataforma do projeto atual (não habilitado para Visual C++).

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

Sintaxe

'Declaração
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: System.Object
    Obrigatório.A plataforma para remover.

Segurança do .NET Framework

Consulte também

Referência

VCProject Interface

Namespace Microsoft.VisualStudio.VCProjectEngine