VCProjectEngineObjectClass::BuildLogging Property
Visual Studio 2015
Gets or sets a value indicating whether a log file will be created and populated with information about build activity.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Property Value
Type: System::Booleantrue if a log file will be created and populated with information about build activity; otherwise, false.
Implements
VCProjectEngine::BuildLoggingThe 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()
Show: