VCLibrarianTool.IgnoreAllDefaultLibraries Property

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
'Usage
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)

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

See Also

Reference

VCLibrarianTool Interface

VCLibrarianTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace