Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a value indicating one or more default libraries to ignore.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Property IgnoreDefaultLibraryNames As String
string IgnoreDefaultLibraryNames { get; set; }
property String^ IgnoreDefaultLibraryNames {
String^ get ();
void set (String^ value);
}
abstract IgnoreDefaultLibraryNames : string with get, set
function get IgnoreDefaultLibraryNames () : String
function set IgnoreDefaultLibraryNames (value : String)
Property Value
Type: String
A string of default libraries to ignore.
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.
.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.