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。
注釈
コンパイラからメッセージが返されない場合、このプロパティの値は空のコレクションになります。