VCConfiguration.ImportLibrary 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取要生成的导入库,或报告将由配置生成的导入库。 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
属性值
由配置生成的导入库。
- 属性
注解
VCConfiguration对于对象,这是一个只读属性。