VCLibrarianTool.IgnoreDefaultLibraryNames - свойство
Gets or sets a value indicating one or more default libraries to ignore.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Property IgnoreDefaultLibraryNames As String
'Применение
Dim instance As VCLibrarianTool
Dim value As String
value = instance.IgnoreDefaultLibraryNames
instance.IgnoreDefaultLibraryNames = value
string IgnoreDefaultLibraryNames { get; set; }
property String^ IgnoreDefaultLibraryNames {
String^ get ();
void set (String^ value);
}
function get IgnoreDefaultLibraryNames () : String
function set IgnoreDefaultLibraryNames (value : String)
Значение свойства
Тип: System.String
A string of default libraries to ignore.
Заметки
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.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.