BuildTask.AddOutputItem(String, String) Método
Definição
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.