VCLinkerTool.ErrorReporting Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets or gets the current linker error reporting setting.
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
Property Value
A value from the linkerErrorReportingType enumeration.
- Attributes