Freigeben über


VCPropertySheet.ConfigurationType-Eigenschaft

Ruft den Typ der Ausgabe ab, der bei dieser Konfiguration generiert wird, oder legt diesen fest.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Property ConfigurationType As ConfigurationTypes
ConfigurationTypes ConfigurationType { get; set; }
property ConfigurationTypes ConfigurationType {
    ConfigurationTypes get ();
    void set (ConfigurationTypes value);
}
abstract ConfigurationType : ConfigurationTypes with get, set
function get ConfigurationType () : ConfigurationTypes
function set ConfigurationType (value : ConfigurationTypes)

Eigenschaftswert

Typ: Microsoft.VisualStudio.VCProjectEngine.ConfigurationTypes
Eine ConfigurationTypes-Enumeration.

Hinweise

Verwenden Sie die ConfigurationTypes-Enumeration legen Sie den Wert dieser Eigenschaft ändern.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCPropertySheet Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace