VCManifestTool::UpdateFileHashes Property

 

Sets or gets whether to update file hashes.

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

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

Property Value

Type: System::Boolean

true means that file hashed are to be updated.

Return to top
Show: