Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Usage
Dim instance As VCLinkerTool
Dim value As linkerErrorReportingType
value = instance.ErrorReporting
instance.ErrorReporting = value
linkerErrorReportingType ErrorReporting { get; set; }
property linkerErrorReportingType ErrorReporting {
linkerErrorReportingType get ();
void set (linkerErrorReportingType value);
}
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.