CompilerResults.Output Egenskap

Definition

Hämtar kompilatorns utdatameddelanden.

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

Egenskapsvärde

En StringCollection som innehåller utdatameddelandena.

Kommentarer

Om kompilatorn inte returnerade några meddelanden blir värdet för den här egenskapen en tom samling.

Gäller för

Se även