VCLibrarianTool.AdditionalLibraryDirectories 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 or sets one or more additional paths (configuration specific) to search for libraries.
public:
property System::String ^ AdditionalLibraryDirectories { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ AdditionalLibraryDirectories { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(4)]
public string AdditionalLibraryDirectories { [System.Runtime.InteropServices.DispId(4)] get; [System.Runtime.InteropServices.DispId(4)] set; }
[<System.Runtime.InteropServices.DispId(4)>]
[<get: System.Runtime.InteropServices.DispId(4)>]
[<set: System.Runtime.InteropServices.DispId(4)>]
member this.AdditionalLibraryDirectories : string with get, set
Public Property AdditionalLibraryDirectories As String
Property Value
One or more additional paths (configuration specific) to search for libraries.
- Attributes
Remarks
Use semicolons to delimit a list of more than one path.
AdditionalLibraryDirectories exposes the functionality of the linker's /LIBPATH (Additional Libpath) option and the librarian's Managing a Library option.