Share via


ConfigurationManager.Platform, méthode

Retourne Configurations de cette configuration.

Espace de noms :  EnvDTE
Assembly :  EnvDTE (dans EnvDTE.dll)

Syntaxe

'Déclaration
Function Platform ( _
    Name As String _
) As Configurations
Configurations Platform(
    string Name
)
Configurations^ Platform(
    String^ Name
)
abstract Platform : 
        Name:string -> Configurations 
function Platform(
    Name : String
) : Configurations

Paramètres

  • Name
    Type : System.String
    Obligatoire.Nom des paramètres de plateforme à retourner.

Valeur de retour

Type : EnvDTE.Configurations
Collection Configurations.

Notes

La collection comporte Configuration pour chaque nom de ligne de configurations de projet ou d'élément de projet défini pour le projet.

Sécurité .NET Framework

Voir aussi

Référence

ConfigurationManager Interface

EnvDTE, espace de noms