ICscHostObject.SetAdditionalLibPaths(String[]) Method
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.
Specifies additional directories to search for references.
public:
bool SetAdditionalLibPaths(cli::array <System::String ^> ^ additionalLibPaths);
C#
public bool SetAdditionalLibPaths(string[] additionalLibPaths);
abstract member SetAdditionalLibPaths : string[] -> bool
Public Function SetAdditionalLibPaths (additionalLibPaths As String()) As Boolean
- additionalLibPaths
- String[]
An array of directories to search for references.
true
if the method was successful; otherwise, false
.
Produkt | Versionen |
---|---|
MSBuild | 15, 16, 17 |
MSBuild (.NET Core) | 15, 16, 17 |