Propriedade VCPropertySheet.ConfigurationType

Obtém ou define o tipo de saída gerado por essa configuração.

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

Sintaxe

'Declaração
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 propriedade

Tipo: Microsoft.VisualStudio.VCProjectEngine.ConfigurationTypes
A ConfigurationTypes enumeração.

Comentários

Use o ConfigurationTypes enumeração para alterar o valor dessa propriedade.

Segurança do .NET Framework

Consulte também

Referência

VCPropertySheet Interface

Namespace Microsoft.VisualStudio.VCProjectEngine