Поделиться через


VCPropertySheet.ConfigurationType - свойство

Gets or sets the type of output this configuration generates.

Пространство имен:  Microsoft.VisualStudio.VCProjectEngine
Сборка:  Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)

Синтаксис

'Декларация
Property ConfigurationType As ConfigurationTypes
'Применение
Dim instance As VCPropertySheet
Dim value As ConfigurationTypes

value = instance.ConfigurationType

instance.ConfigurationType = value
ConfigurationTypes ConfigurationType { get; set; }
property ConfigurationTypes ConfigurationType {
    ConfigurationTypes get ();
    void set (ConfigurationTypes value);
}
function get ConfigurationType () : ConfigurationTypes
function set ConfigurationType (value : ConfigurationTypes)

Значение свойства

Тип: Microsoft.VisualStudio.VCProjectEngine.ConfigurationTypes

A ConfigurationTypes enumeration.

Заметки

Use the ConfigurationTypes enumeration to change the value of this property.

Разрешения

  • Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.

См. также

Ссылки

VCPropertySheet Интерфейс

VCPropertySheet - члены

Microsoft.VisualStudio.VCProjectEngine - пространство имен