VCManifestTool.UpdateFileHashes 属性

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
Property UpdateFileHashes As Boolean
bool UpdateFileHashes { get; set; }
property bool UpdateFileHashes {
    bool get ();
    void set (bool value);
}
abstract UpdateFileHashes : bool with get, set
function get UpdateFileHashes () : boolean 
function set UpdateFileHashes (value : boolean)

属性值

类型:Boolean
true 表示要更新文件哈希。

.NET Framework 安全性

请参阅

参考

VCManifestTool 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间