DynamicExecute.Inputs Property

MSBuild Extension Pack

DynamicExecuteInputs Property MSBuild Extension Pack Help 4.0.12.0
Specifies the inputs for Code. Each input has a type and a name.

Namespace: MSBuild.ExtensionPack.Framework
Assembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 4.0.0.0
Remarks

This is an optional parameter for the Define and Run task actions.

This may be set to a string containing a comma-delimited or semicolon-delimited sequence of (type, name) pairs.

Otherwise, each input is represented by a task item. The name of an input is taken from the metadata "Name", if it exists; otherwise, it is taken from the item's identity. The type of an input is taken from the metadata "Type".

See Also

Reference