CodeCompiler.ProcessCompilerOutputLine(CompilerResults, String) 方法
定义
处理指定 CompilerResults 中的指定行。Processes the specified line from the specified 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。A CompilerResults that indicates the results of compilation.
- line
- String
要处理的行。The line to process.