ICscHostObject.SetResponseFiles(ITaskItem[]) 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 the response files that contain commands for the compiler.
public:
bool SetResponseFiles(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ responseFiles);
public bool SetResponseFiles (Microsoft.Build.Framework.ITaskItem[] responseFiles);
abstract member SetResponseFiles : Microsoft.Build.Framework.ITaskItem[] -> bool
Public Function SetResponseFiles (responseFiles As ITaskItem()) As Boolean
Parameters
- responseFiles
- ITaskItem[]
The response files that contain commands for the compiler.
Returns
true
if the method was successful; otherwise, false
.