VCLinkerTool.GenerateManifest - свойство
Gets or sets a value indicating whether the linker should generate a manifest file.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Property GenerateManifest As Boolean
'Применение
Dim instance As VCLinkerTool
Dim value As Boolean
value = instance.GenerateManifest
instance.GenerateManifest = value
bool GenerateManifest { get; set; }
property bool GenerateManifest {
bool get ();
void set (bool value);
}
function get GenerateManifest () : boolean
function set GenerateManifest (value : boolean)
Значение свойства
Тип: System.Boolean
true if the linker should generate a manifest file; otherwise, false.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.
См. также
Основные понятия
/MANIFEST (Create Side-by-Side Assembly Manifest)
/MANIFESTDEPENDENCY (Specify Manifest Dependencies)
/MANIFESTFILE (Name Manifest File)