CompilerResults.Output 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得編譯器輸出訊息。
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
屬性值
含有輸出訊息的 StringCollection。
備註
如果編譯程式未傳回任何訊息,此屬性的值將會是空的集合。