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 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
Get
Set
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: System.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.