VCLibrarianTool.IgnoreDefaultLibraryNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating one or more default libraries to ignore.
public:
property System::String ^ IgnoreDefaultLibraryNames { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ IgnoreDefaultLibraryNames { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(8)]
public string IgnoreDefaultLibraryNames { [System.Runtime.InteropServices.DispId(8)] get; [System.Runtime.InteropServices.DispId(8)] set; }
[<System.Runtime.InteropServices.DispId(8)>]
[<get: System.Runtime.InteropServices.DispId(8)>]
[<set: System.Runtime.InteropServices.DispId(8)>]
member this.IgnoreDefaultLibraryNames : string with get, set
Public Property IgnoreDefaultLibraryNames As String
Property Value
A string of default libraries to ignore.
- Attributes
Remarks
Separate multiple library names with a semicolon.
IgnoreDefaultLibraryNames exposes the functionality of the /NODEFAULTLIB (Ignore Libraries) linker option and the Managing a Library LIB option.