Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
ReadOnly Property ImportLibrary As String
Get
string ImportLibrary { get; }
property String^ ImportLibrary {
String^ get ();
}
abstract ImportLibrary : string
function get ImportLibrary () : String
Property Value
Type: System.String
The import library generated by the configuration.
Remarks
On the VCConfiguration object, this is a read-only property.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.