ParserResults.ParserErrors 屬性

定義

剖析時發生的錯誤清單。

public:
 property System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::RazorError ^> ^ ParserErrors { System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::RazorError ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Razor.RazorError> ParserErrors { get; }
member this.ParserErrors : seq<Microsoft.AspNetCore.Razor.RazorError>
Public ReadOnly Property ParserErrors As IEnumerable(Of RazorError)

屬性值

適用於