VCManifestTool.UpdateFileHashesSearchPath - свойство
Sets or gets the path to the file hashes.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Property UpdateFileHashesSearchPath As String
'Применение
Dim instance As VCManifestTool
Dim value As String
value = instance.UpdateFileHashesSearchPath
instance.UpdateFileHashesSearchPath = value
string UpdateFileHashesSearchPath { get; set; }
property String^ UpdateFileHashesSearchPath {
String^ get ();
void set (String^ value);
}
function get UpdateFileHashesSearchPath () : String
function set UpdateFileHashesSearchPath (value : String)
Значение свойства
Тип: System.String
String containing the path to the file hashes.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.