Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value indicating whether the linker or librarian ignores all default libraries.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property IgnoreAllDefaultLibraries As Boolean
Get
Set
bool IgnoreAllDefaultLibraries { get; set; }
property bool IgnoreAllDefaultLibraries {
bool get ();
void set (bool value);
}
abstract IgnoreAllDefaultLibraries : bool with get, set
function get IgnoreAllDefaultLibraries () : boolean
function set IgnoreAllDefaultLibraries (value : boolean)
Property Value
Type: System.Boolean
true if the librarian ignores all default libraries; otherwise, false.
Remarks
IgnoreAllDefaultLibraries exposes the functionality of the /NODEFAULTLIB (Ignore Libraries) linker option and the Managing a Library LIB option.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.