ICscHostObject.SetGenerateFullPaths(Boolean) Method

Definition

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.

Applies to