Compartilhar via


CompilerResults.Output Propriedade

Definição

Obtém 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 da propriedade

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

Comentários

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

Aplica-se a

Confira também