Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Sets or gets the current linker error reporting setting.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
Property ErrorReporting As linkerErrorReportingType
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.
Permissions
- 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.