VCManifestTool.EmbedManifest Property
Gets or sets whether the manifest is imbedded.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property EmbedManifest As Boolean
'Usage
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.
.NET Framework Security
- 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
Reference
Microsoft.VisualStudio.VCProjectEngine Namespace
Other Resources
/MANIFEST (Create Side-by-Side Assembly Manifest)