BuildTask.AddOutputItem(String, String) Método

Definição

Adiciona um elemento de Saída com os atributos TaskParameter e ItemName especificados ao elemento de Tarefa.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);
member this.AddOutputItem : string * string -> unit
Public Sub AddOutputItem (taskParameter As String, itemName As String)

Parâmetros

taskParameter
String

O valor do atributo TaskParameter do elemento Output.The value of the TaskParameter attribute of the Output element.

itemName
String

O valor do atributo ItemName do elemento Output.The value of the ItemName attribute of the Output element.

Aplica-se a