VCManifestTool::EmbedManifest Property

 

Gets or sets whether the manifest is imbedded.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

property bool EmbedManifest {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true means the manifest is imbedded.

Return to top
Show: