共用方式為


GeneratorResults 類別

定義

此類型/成員支援.NET Framework基礎結構,不適合直接從您的程式碼使用。表示產生程式碼的結果。

public class GeneratorResults : System.Web.Razor.ParserResults
type GeneratorResults = class
    inherit ParserResults
Public Class GeneratorResults
Inherits ParserResults
繼承
GeneratorResults

建構函式

GeneratorResults(Block, IList<RazorError>, CodeCompileUnit, IDictionary<Int32,GeneratedCodeMapping>)

此類型/成員支援.NET Framework基礎結構,不適合直接從您的程式碼使用。初始化 類別的新實例 GeneratorResults

GeneratorResults(Boolean, Block, IList<RazorError>, CodeCompileUnit, IDictionary<Int32,GeneratedCodeMapping>)

此類型/成員支援.NET Framework基礎結構,不適合直接從您的程式碼使用。初始化 類別的新實例 GeneratorResults

GeneratorResults(ParserResults, CodeCompileUnit, IDictionary<Int32,GeneratedCodeMapping>)

此類型/成員支援.NET Framework基礎結構,不適合直接從您的程式碼使用。初始化 類別的新實例 GeneratorResults

屬性

DesignTimeLineMappings

此類型/成員支援.NET Framework基礎結構,不適合直接從您的程式碼使用。取得或設定設計階段產生的程式碼對應字典。

Document

此類型/成員支援.NET Framework基礎結構,不適合直接從您的程式碼使用。取得或設定檔語法樹狀結構中的根節點。

(繼承來源 ParserResults)
GeneratedCode

此類型/成員支援.NET Framework基礎結構,不適合直接從您的程式碼使用。取得或設定產生的程式碼。

ParserErrors

此類型/成員支援.NET Framework基礎結構,不適合直接從您的程式碼使用。取得或設定剖析期間發生的錯誤清單。

(繼承來源 ParserResults)
Success

此類型/成員支援.NET Framework基礎結構,不適合直接從您的程式碼使用。取得或設定值,指出剖析是否成功。

(繼承來源 ParserResults)

適用於