VCLinkerTool.ErrorReporting 属性

定义

设置或获取当前链接器错误报告设置。

public:
 property Microsoft::VisualStudio::VCProjectEngine::linkerErrorReportingType ErrorReporting { Microsoft::VisualStudio::VCProjectEngine::linkerErrorReportingType get(); void set(Microsoft::VisualStudio::VCProjectEngine::linkerErrorReportingType value); };
public:
 property Microsoft::VisualStudio::VCProjectEngine::linkerErrorReportingType ErrorReporting { Microsoft::VisualStudio::VCProjectEngine::linkerErrorReportingType get(); void set(Microsoft::VisualStudio::VCProjectEngine::linkerErrorReportingType value); };
[System.Runtime.InteropServices.DispId(116)]
public Microsoft.VisualStudio.VCProjectEngine.linkerErrorReportingType ErrorReporting { [System.Runtime.InteropServices.DispId(116)] get; [System.Runtime.InteropServices.DispId(116)] set; }
[<System.Runtime.InteropServices.DispId(116)>]
[<get: System.Runtime.InteropServices.DispId(116)>]
[<set: System.Runtime.InteropServices.DispId(116)>]
member this.ErrorReporting : Microsoft.VisualStudio.VCProjectEngine.linkerErrorReportingType with get, set
Public Property ErrorReporting As linkerErrorReportingType

属性值

linkerErrorReportingType

linkerErrorReportingType 枚举中的一个值。

属性

适用于