Partager via


VCProject.RemovePlatform, méthode

Supprime une plateforme du projet actif (non activé pour Visual C++).

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

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

Paramètres

  • Platform
    Type : Object

    Obligatoire. Plateforme à supprimer.

Sécurité .NET Framework

Voir aussi

Référence

VCProject Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms