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

声明
Property UpdateFileHashes As Boolean
用法
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.

Permissions

See Also

Reference

VCManifestTool Interface

VCManifestTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace