VCManifestTool.EmbedManifest 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置是否嵌入清单。
public:
property bool EmbedManifest { bool get(); void set(bool value); };
public:
property bool EmbedManifest { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(16)]
public bool EmbedManifest { [System.Runtime.InteropServices.DispId(16)] get; [System.Runtime.InteropServices.DispId(16)] set; }
[<System.Runtime.InteropServices.DispId(16)>]
[<get: System.Runtime.InteropServices.DispId(16)>]
[<set: System.Runtime.InteropServices.DispId(16)>]
member this.EmbedManifest : bool with get, set
Public Property EmbedManifest As Boolean
属性值
true 表示嵌入清单。
- 属性