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)

适用于