Partager via


VCPropertySheet.ConfigurationType, propriété

Obtient ou définit le type de sortie que cette configuration génère.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.VisualStudio.VCProjectEngine.ConfigurationTypes
Énumération ConfigurationTypes.

Notes

Utilisez l'énumération d'ConfigurationTypes pour modifier la valeur de cette propriété.

Sécurité .NET Framework

Voir aussi

Référence

VCPropertySheet Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms