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 : System.Object
Obligatoire.Plateforme à supprimer.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.