CompilerResults.Output プロパティ

定義

コンパイラ出力メッセージを取得します。

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

注釈

コンパイラからメッセージが返されない場合、このプロパティの値は空のコレクションになります。

適用対象

こちらもご覧ください