VCLibrarianTool.UseUnicodeResponseFiles Property

Definition

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.

Applies to