VCLibrarianTool.IgnoreAllDefaultLibraries - свойство
Gets or sets a value indicating whether the linker or librarian ignores all default libraries.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Property IgnoreAllDefaultLibraries As Boolean
'Применение
Dim instance As VCLibrarianTool
Dim value As Boolean
value = instance.IgnoreAllDefaultLibraries
instance.IgnoreAllDefaultLibraries = value
bool IgnoreAllDefaultLibraries { get; set; }
property bool IgnoreAllDefaultLibraries {
bool get ();
void set (bool value);
}
function get IgnoreAllDefaultLibraries () : boolean
function set IgnoreAllDefaultLibraries (value : boolean)
Значение свойства
Тип: System.Boolean
true if the librarian ignores all default libraries; otherwise, false.
Заметки
IgnoreAllDefaultLibraries exposes the functionality of the /NODEFAULTLIB (Ignore Libraries) linker option and the Managing a Library LIB option.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.