ExecWithArguments.

Arguments Property

Summary

Gets or sets the arguments for the tool invocation. Items are expected to consist of the argument name with a meta data item called 'Value' which provides the value for the argument.

Syntax

[Required]
public ITaskItem[] Arguments { get; set; }

Attributes

Type Description
Required

Value

Type Description
ITaskItem[]