VCLibrarianTool.UseUnicodeResponseFiles 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.
Gets or sets a value indicating whether a linker or compiler can use a unicode response file.
public:
property bool UseUnicodeResponseFiles { bool get(); void set(bool value); };
public:
property bool UseUnicodeResponseFiles { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(13)]
public bool UseUnicodeResponseFiles { [System.Runtime.InteropServices.DispId(13)] get; [System.Runtime.InteropServices.DispId(13)] set; }
[<System.Runtime.InteropServices.DispId(13)>]
[<get: System.Runtime.InteropServices.DispId(13)>]
[<set: System.Runtime.InteropServices.DispId(13)>]
member this.UseUnicodeResponseFiles : bool with get, set
Public Property UseUnicodeResponseFiles As Boolean
Property Value
true
if a linker or compiler can use a unicode response file; otherwise, false
.
- Attributes
Remarks
A response file contains comments for a linker or compiler.