Freigeben über


ProjectItem.ConfigurationManager-Eigenschaft

Aktualisiert: November 2007

Ruft das ConfigurationManager-Objekt für ProjectItem ab.

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

Syntax

ReadOnly Property ConfigurationManager As ConfigurationManager

Dim instance As ProjectItem
Dim value As ConfigurationManager

value = instance.ConfigurationManager
ConfigurationManager ConfigurationManager { get; }
property ConfigurationManager^ ConfigurationManager {
    ConfigurationManager^ get ();
}
function get ConfigurationManager () : ConfigurationManager

Eigenschaftenwert

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.

Berechtigungen

Siehe auch

Referenz

ProjectItem-Schnittstelle

ProjectItem-Member

EnvDTE-Namespace

Weitere Ressourcen

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