VCManifestTool.EmbedManifest 属性

获取或设置是否嵌入清单。

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
Property EmbedManifest As Boolean
bool EmbedManifest { get; set; }
property bool EmbedManifest {
    bool get ();
    void set (bool value);
}
abstract EmbedManifest : bool with get, set
function get EmbedManifest () : boolean
function set EmbedManifest (value : boolean)

属性值

类型:System.Boolean
true 表示嵌入清单。

.NET Framework 安全性

请参见

参考

VCManifestTool 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间

其他资源

/MANIFEST(创建并行程序集清单)

/MANIFESTDEPENDENCY(指定清单依赖项)

/MANIFESTFILE(命名清单文件)