Target.Outputs Propriedade

Definição

Obtém ou define as saídas esperadas deste destino.Gets or sets the expected outputs of this target.

public:
 property System::String ^ Outputs { System::String ^ get(); void set(System::String ^ value); };
public string Outputs { get; set; }
member this.Outputs : string with get, set
Public Property Outputs As String

Valor da propriedade

String

Uma cadeia de caracteres que representa as saídas.A string representing the outputs.

Comentários

Você pode aplicar transformações a esse atributo de destino para transformar um conjunto de itens de entrada em um conjunto de itens de saída.You can apply transforms to this target attribute to transform a set of input items into a set of output items. Esse atributo é usado não apenas para análise de dependência de nível superior, mas também para fins de definição de saídas de destinos.This attribute is used not only for top level dependency analysis but also for the purposes of defining this targets outputs.

Aplica-se a