Freigeben über


ConfigurationManager.ConfigurationRow-Methode

Gibt eine Auflistung von Elementen zurück, die die Buildkonfigurationen für einen Konfigurationsnamen darstellen, z. B. "Debug" oder "Retail".

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Function ConfigurationRow ( _
    Name As String _
) As Configurations
Configurations ConfigurationRow(
    string Name
)
Configurations^ ConfigurationRow(
    String^ Name
)
abstract ConfigurationRow : 
        Name:string -> Configurations
function ConfigurationRow(
    Name : String
) : Configurations

Parameter

  • Name
    Typ: String

    Erforderlich. Der Name der zurückzugebenden Konfiguration für Projekt bzw. Projektelement.

Rückgabewert

Typ: EnvDTE.Configurations
Eine Configurations-Auflistung.

Hinweise

In der Auflistung ist für jede Plattform mit Einstellungen für dieses Projekt ein Configuration-Objekt vorhanden.

.NET Framework-Sicherheit

Siehe auch

Referenz

ConfigurationManager Schnittstelle

EnvDTE-Namespace