VCLinkerTool.GenerateManifest 属性

定义

获取或设置一个值,该值指示链接器是否应生成清单文件。

public:
 property bool GenerateManifest { bool get(); void set(bool value); };
public:
 property bool GenerateManifest { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(13)]
public bool GenerateManifest { [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.GenerateManifest : bool with get, set
Public Property GenerateManifest As Boolean

属性值

Boolean

如果链接器应生成清单文件,则为 true;否则为 false

属性

适用于