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)

プロパティ値

適用対象