CompilerResults.Output Eigenschap

Definitie

Hiermee haalt u de uitvoerberichten van de compiler op.

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

Waarde van eigenschap

Een StringCollection met de uitvoerberichten.

Opmerkingen

Als de compiler geen berichten heeft geretourneerd, is de waarde van deze eigenschap een lege verzameling.

Van toepassing op

Zie ook