ProjectItem.ConfigurationManager-Eigenschaft

Ruft das ConfigurationManager-Objekt für diesen ProjectItem ab.

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

Syntax

'Declaration
ReadOnly Property ConfigurationManager As ConfigurationManager
ConfigurationManager ConfigurationManager { get; }
property ConfigurationManager^ ConfigurationManager {
    ConfigurationManager^ get ();
}
abstract ConfigurationManager : ConfigurationManager
function get ConfigurationManager () : ConfigurationManager

Eigenschaftswert

Typ: EnvDTE.ConfigurationManager
Ein ConfigurationManager-Objekt.

Hinweise

Das ConfigurationManager-Objekt stellt die Projektkonfigurationen für ein Projekt oder Projektelement dar.Jede Projektkonfiguration ist eindeutig identifiziert durch einen Projektkonfigurationsnamen sowie einen Plattformnamen.

.NET Framework-Sicherheit

Siehe auch

Referenz

ProjectItem Schnittstelle

EnvDTE-Namespace

Weitere Ressourcen

Gewusst wie: Kompilieren und Ausführen der Codebeispiele für das Automatisierungsobjektmodell