VCConfiguration.ImportLibrary - свойство
Gets which import library to generate or reports which import library will be generated by the configuration. ImportLibrary exposes the functionality of the /IMPLIB (Name Import Library) linker option.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
ReadOnly Property ImportLibrary As String
'Применение
Dim instance As VCConfiguration
Dim value As String
value = instance.ImportLibrary
string ImportLibrary { get; }
property String^ ImportLibrary {
String^ get ();
}
function get ImportLibrary () : String
Значение свойства
Тип: System.String
The import library generated by the configuration.
Заметки
On the VCConfiguration object, this is a read-only property.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.