DirectiveProcessor.Errors Property

Definition

Error collection for DirectiveProcessor to add Errors/Warnings to.

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

Property Value

Applies to