Partager via


VCProject.AddPlatform, méthode

Ajoute une plateforme au 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 AddPlatform ( _
    PlatformName As String _
)
void AddPlatform(
    string PlatformName
)
void AddPlatform(
    [InAttribute] String^ PlatformName
)
abstract AddPlatform : 
        PlatformName:string -> unit
function AddPlatform(
    PlatformName : String
)

Paramètres

  • PlatformName
    Type : String

    Obligatoire. Nom de la plateforme.

Notes

Pour Visual C++, seule la plateforme Win32, qui fait partie de chaque projet, est prise en charge.

La propriété d'Platforms retourne les plateformes pour lesquelles ce projet peut être établie.

Sécurité .NET Framework

Voir aussi

Référence

VCProject Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms