Condividi tramite


Proprietà VCManifestTool.UpdateFileHashes

Ottiene o imposta un valore che indica se aggiornare gli hash del file.

Spazio dei nomi:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean
true indica che il file generato deve essere aggiornato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCManifestTool Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine