Gets or sets whether the manifest is imbedded.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
Property EmbedManifest As Boolean
用法
Dim instance As VCManifestTool
Dim value As Boolean
value = instance.EmbedManifest
instance.EmbedManifest = value
bool EmbedManifest { get; set; }
property bool EmbedManifest {
bool get ();
void set (bool value);
}
function get EmbedManifest () : boolean
function set EmbedManifest (value : boolean)
Property Value
Type: System.Boolean
true means the manifest is imbedded.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Concepts
/MANIFEST (Create Side-by-Side Assembly Manifest)
/MANIFESTDEPENDENCY (Specify Manifest Dependencies)
/MANIFESTFILE (Name Manifest File)