VCManifestTool.UpdateFileHashes, propriété

Définit ou obtient une valeur indiquant s'il faut mettre à jour les fichiers à hacher.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean
true signifie que les fichiers à hacher sont mis à jour.

Sécurité .NET Framework

Voir aussi

Référence

VCManifestTool Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms