CodeCompiler.ProcessCompilerOutputLine(CompilerResults, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した CompilerResults の指定した行を処理します。
protected:
abstract void ProcessCompilerOutputLine(System::CodeDom::Compiler::CompilerResults ^ results, System::String ^ line);
protected abstract void ProcessCompilerOutputLine (System.CodeDom.Compiler.CompilerResults results, string line);
abstract member ProcessCompilerOutputLine : System.CodeDom.Compiler.CompilerResults * string -> unit
Protected MustOverride Sub ProcessCompilerOutputLine (results As CompilerResults, line As String)
パラメーター
- results
- CompilerResults
コンパイルの結果を示す CompilerResults。
- line
- String
処理対象の行。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET