ParserResults 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ParserResults(Block, IList<RazorError>) |
此類型/成員支援.NET Framework基礎結構,並不適合直接從您的程式碼使用。初始化 類別的新實例 ParserResults 。 |
ParserResults(Boolean, Block, IList<RazorError>) |
此類型/成員支援.NET Framework基礎結構,並不適合直接從您的程式碼使用。初始化 類別的新實例 ParserResults 。 |
ParserResults(Block, IList<RazorError>)
此類型/成員支援.NET Framework基礎結構,並不適合直接從您的程式碼使用。初始化 類別的新實例 ParserResults 。
public ParserResults (System.Web.Razor.Parser.SyntaxTree.Block document, System.Collections.Generic.IList<System.Web.Razor.Parser.SyntaxTree.RazorError> parserErrors);
new System.Web.Razor.ParserResults : System.Web.Razor.Parser.SyntaxTree.Block * System.Collections.Generic.IList<System.Web.Razor.Parser.SyntaxTree.RazorError> -> System.Web.Razor.ParserResults
Public Sub New (document As Block, parserErrors As IList(Of RazorError))
參數
- document
- Block
文件語法樹狀目錄中的根節點。
- parserErrors
- IList<RazorError>
剖析時發生的錯誤清單。
適用於
ParserResults(Boolean, Block, IList<RazorError>)
此類型/成員支援.NET Framework基礎結構,並不適合直接從您的程式碼使用。初始化 類別的新實例 ParserResults 。
protected ParserResults (bool success, System.Web.Razor.Parser.SyntaxTree.Block document, System.Collections.Generic.IList<System.Web.Razor.Parser.SyntaxTree.RazorError> errors);
new System.Web.Razor.ParserResults : bool * System.Web.Razor.Parser.SyntaxTree.Block * System.Collections.Generic.IList<System.Web.Razor.Parser.SyntaxTree.RazorError> -> System.Web.Razor.ParserResults
Protected Sub New (success As Boolean, document As Block, errors As IList(Of RazorError))
參數
- success
- Boolean
如果剖析成功,則為 true;否則為 false。
- document
- Block
文件語法樹狀目錄中的根節點。
- errors
- IList<RazorError>
剖析時發生的錯誤清單。