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