VCConfiguration.ImportLibrary Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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
Property Value
The import library generated by the configuration.
- Attributes
Remarks
On the VCConfiguration object, this is a read-only property.