VCLinkerTool.ErrorReporting Property
Sets or gets the current linker error reporting setting.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property ErrorReporting As linkerErrorReportingType
linkerErrorReportingType ErrorReporting { get; set; }
property linkerErrorReportingType ErrorReporting {
linkerErrorReportingType get ();
void set (linkerErrorReportingType value);
}
abstract ErrorReporting : linkerErrorReportingType with get, set
function get ErrorReporting () : linkerErrorReportingType
function set ErrorReporting (value : linkerErrorReportingType)
Property Value
Type: Microsoft.VisualStudio.VCProjectEngine.linkerErrorReportingType
A value from the linkerErrorReportingType enumeration.
.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.