Condividi tramite


Proprietà VCManifestTool.UpdateFileHashesSearchPath

Imposta o ottiene il percorso degli hash del file.

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

Sintassi

'Dichiarazione
Property UpdateFileHashesSearchPath As String
string UpdateFileHashesSearchPath { get; set; }
property String^ UpdateFileHashesSearchPath {
    String^ get ();
    void set (String^ value);
}
abstract UpdateFileHashesSearchPath : string with get, set
function get UpdateFileHashesSearchPath () : String
function set UpdateFileHashesSearchPath (value : String)

Valore proprietà

Tipo: System.String
La stringa contenente il percorso degli hash del file.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCManifestTool Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine