Expand Minimize
0 out of 1 rated this helpful - Rate this topic

VCCLCompilerTool.ErrorReporting Property 

Gets or sets compiler error reporting.

Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in microsoft.visualstudio.vcprojectengine.dll)

compilerErrorReportingType ErrorReporting { get; set; }
/** @property */
compilerErrorReportingType get_ErrorReporting ()

/** @property */
void set_ErrorReporting (/** @attribute InAttribute() */ compilerErrorReportingType type)

function get ErrorReporting () : compilerErrorReportingType

function set ErrorReporting (type : compilerErrorReportingType)

Property Value

A compilerErrorReportingType enumeration value.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.