VCManifestTool::VerboseOutput Property

 

Sets or gets whether to produce verbose output.

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

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

Property Value

Type: System::Boolean

true means outputting extensive information when producing the manifest.

Return to top
Show: