VCPropertySheet.ConfigurationType (Propiedad)

Obtiene o establece el tipo de salida que esta configuración genera.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.VisualStudio.VCProjectEngine.ConfigurationTypes
Enumeración ConfigurationTypes.

Comentarios

utilice la enumeración de ConfigurationTypes para cambiar el valor de esta propiedad.

Seguridad de .NET Framework

Vea también

Referencia

VCPropertySheet Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)