VCLibrarianTool.IgnoreAllDefaultLibraries Property

Definition

Gets or sets a value indicating whether the linker or librarian ignores all default libraries.

public:
 property bool IgnoreAllDefaultLibraries { bool get(); void set(bool value); };
public:
 property bool IgnoreAllDefaultLibraries { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(7)]
public bool IgnoreAllDefaultLibraries { [System.Runtime.InteropServices.DispId(7)] get; [System.Runtime.InteropServices.DispId(7)] set; }
[<System.Runtime.InteropServices.DispId(7)>]
[<get: System.Runtime.InteropServices.DispId(7)>]
[<set: System.Runtime.InteropServices.DispId(7)>]
member this.IgnoreAllDefaultLibraries : bool with get, set
Public Property IgnoreAllDefaultLibraries As Boolean

Property Value

true if the librarian ignores all default libraries; otherwise, false.

Attributes

Remarks

IgnoreAllDefaultLibraries exposes the functionality of the /NODEFAULTLIB (Ignore Libraries) linker option and the Managing a Library LIB option.

Applies to