CompilerResults.Output Propriedade

Definição

Recebe as mensagens de saída do compilador.

public:
 property System::Collections::Specialized::StringCollection ^ Output { System::Collections::Specialized::StringCollection ^ get(); };
public System.Collections.Specialized.StringCollection Output { get; }
member this.Output : System.Collections.Specialized.StringCollection
Public ReadOnly Property Output As StringCollection

Valor de Propriedade

A StringCollection que contém as mensagens de saída.

Observações

Se o compilador não devolver mensagens, o valor desta propriedade será uma coleção vazia.

Aplica-se a

Ver também