VCProjectEngineObjectClass.BuildLogging - свойство
Gets or sets a value indicating whether a log file will be created and populated with information about build activity.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Public Overridable Property BuildLogging As Boolean
'Применение
Dim instance As VCProjectEngineObjectClass
Dim value As Boolean
value = instance.BuildLogging
instance.BuildLogging = value
public virtual bool BuildLogging { get; set; }
public:
virtual property bool BuildLogging {
bool get ();
void set (bool value);
}
public function get BuildLogging () : boolean
public function set BuildLogging (value : boolean)
Значение свойства
Тип: System.Boolean
true if a log file will be created and populated with information about build activity; otherwise, false.
Реализации
Заметки
The BuildLogging property is on by default.
This property exposes functionality available from the VC++ Project Settings, Projects and Solutions, Options Dialog Box property page.
Do not instantiate VCProjectEngineObjectClass. Instantiate VCProjectEngineObject instead, as shown below:
Dim Engine As VCProjectEngine
Engine = New VCProjectEngineObject()
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.
См. также
Ссылки
VCProjectEngineObjectClass Класс