ICscHostObject.SetGenerateFullPaths(Boolean) Method
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.
Specifies a value indicating whether to specify the absolute path to the file in the compiler output.
public:
bool SetGenerateFullPaths(bool generateFullPaths);
public bool SetGenerateFullPaths (bool generateFullPaths);
abstract member SetGenerateFullPaths : bool -> bool
Public Function SetGenerateFullPaths (generateFullPaths As Boolean) As Boolean
Parameters
- generateFullPaths
- Boolean
true
specify the absolute path to the file in the compiler output; false
to specify only the name of the file in the compiler output.
Returns
true
if the method was successful; otherwise, false
.