Condividi tramite


Proprietà VCPropertySheet.ConfigurationType

Ottiene o imposta il tipo di output generato da questa configurazione.

Spazio dei nomi:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Microsoft.VisualStudio.VCProjectEngine.ConfigurationTypes
Enumerazione ConfigurationTypes.

Note

Utilizzare l'enumerazione di ConfigurationTypes per modificare il valore di questa proprietà.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCPropertySheet Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine