VCManifestTool.EmbedManifest Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether the manifest is imbedded.
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
Property Value
true
means the manifest is imbedded.
- Attributes