VCManifestTool.UpdateFileHashes Property

Sets or gets whether to update file hashes.

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

Syntax

'Declaration
Property UpdateFileHashes As Boolean
'Usage
Dim instance As VCManifestTool 
Dim value As Boolean 

value = instance.UpdateFileHashes

instance.UpdateFileHashes = value
bool UpdateFileHashes { get; set; }
property bool UpdateFileHashes {
    bool get ();
    void set (bool value);
}
function get UpdateFileHashes () : boolean 
function set UpdateFileHashes (value : boolean)

Property Value

Type: System.Boolean
true means that file hashed are to be updated.

.NET Framework Security

See Also

Reference

VCManifestTool Interface

VCManifestTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace