BuildTask.AddOutputItem(String, String) Method

Definition

Adds an Output element with the specified TaskParameter and ItemName attributes to the Task element.

public:
 void AddOutputItem(System::String ^ taskParameter, System::String ^ itemName);
public void AddOutputItem (string taskParameter, string itemName);
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public void AddOutputItem (string taskParameter, string itemName);
member this.AddOutputItem : string * string -> unit
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.AddOutputItem : string * string -> unit
Public Sub AddOutputItem (taskParameter As String, itemName As String)

Parameters

taskParameter
String

The value of the TaskParameter attribute of the Output element.

itemName
String

The value of the ItemName attribute of the Output element.

Attributes

Applies to