VCCLCompilerTool.ErrorReporting Property
Gets or sets compiler error reporting.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'宣告
Property ErrorReporting As compilerErrorReportingType
Get
Set
compilerErrorReportingType ErrorReporting { get; set; }
property compilerErrorReportingType ErrorReporting {
compilerErrorReportingType get ();
void set (compilerErrorReportingType value);
}
abstract ErrorReporting : compilerErrorReportingType with get, set
function get ErrorReporting () : compilerErrorReportingType
function set ErrorReporting (value : compilerErrorReportingType)
Property Value
Type: Microsoft.VisualStudio.VCProjectEngine.compilerErrorReportingType
A compilerErrorReportingType enumeration value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.