ParserResults.ParserErrors Vlastnost

Definice

Tento typ/člen podporuje infrastrukturu rozhraní .NET Framework a není určen k použití přímo z vašeho kódu. Získá nebo nastaví seznam chyb, ke kterým došlo během analýzy.

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

Hodnota vlastnosti

Seznam chyb, ke kterým došlo během analýzy.

Platí pro