VCConfiguration.ImportLibrary 属性

定义

获取要生成的导入库,或报告将由配置生成的导入库。 ImportLibrary 公开 /IMPLIB (名称导入库) 链接器选项的功能。

public:
 property System::String ^ ImportLibrary { System::String ^ get(); };
public:
 property Platform::String ^ ImportLibrary { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(722)]
public string ImportLibrary { [System.Runtime.InteropServices.DispId(722)] get; }
[<System.Runtime.InteropServices.DispId(722)>]
[<get: System.Runtime.InteropServices.DispId(722)>]
member this.ImportLibrary : string
Public ReadOnly Property ImportLibrary As String

属性值

String

由配置生成的导入库。

属性

注解

VCConfiguration对于对象,这是一个只读属性。

适用于