次の方法で共有


VCToolTask 基底クラス

多くのタスクは最終的に Task クラスおよび ToolTask クラスから継承します。 このクラスは、それから派生するタスクにいくつかのパラメーターを追加します。 このドキュメントでは、これらのパラメーターを示します。

パラメーター

以下の表では、VCToolTask 基底クラスのパラメーターについて説明します。

パラメーター 説明
ActiveToolSwitchesValues 省略可能な Dictionary<string, ToolSwitch> のパラメーターです。
AdditionalOptions 省略可能な string 型のパラメーターです。
EffectiveWorkingDirectory 省略可能な string 型のパラメーターです。
EnableErrorListRegex 省略可能な bool 型のパラメーターです。

既定値は true です。
ErrorListRegex 省略可能な ITaskItem[] パラメーターです。
ErrorListListExclusion 省略可能な ITaskItem[] パラメーターです。
GenerateCommandLine 省略可能な string 型のパラメーターです。

CommandLineFormat format [default = CommandLineFormat.ForBuildLog] および EscapeFormat escapeFormat [default = EscapeFormat.Default] を使用します。
GenerateCommandLineExceptSwitches 省略可能な string 型のパラメーターです。

string[] switchesToRemove, CommandLineFormat format [default = CommandLineFormat.ForBuildLog], および EscapeFormat escapeFormat [default = EscapeFormat.Default] を使用します。

関連項目

タスク リファレンス
タスク