DirectiveProcessor.Errors 属性

定义

要将错误/警告添加到的 DirectiveProcessor 的错误集合。

protected:
 property System::CodeDom::Compiler::CompilerErrorCollection ^ Errors { System::CodeDom::Compiler::CompilerErrorCollection ^ get(); };
protected System.CodeDom.Compiler.CompilerErrorCollection Errors { get; }
member this.Errors : System.CodeDom.Compiler.CompilerErrorCollection
Protected ReadOnly Property Errors As CompilerErrorCollection

属性值

CompilerErrorCollection

适用于