Share via


ParserContext.Errors 屬性

定義

這個類型/成員可以支援 .NET Framework 基礎結構,但不能直接使用於您的程式碼中。 取得或設定剖析時的錯誤清單。

public System.Collections.Generic.IList<System.Web.Razor.Parser.SyntaxTree.RazorError> Errors { get; }
member this.Errors : System.Collections.Generic.IList<System.Web.Razor.Parser.SyntaxTree.RazorError>
Public ReadOnly Property Errors As IList(Of RazorError)

屬性值

錯誤清單。

適用於