GeneratorResults.DesignTimeLineMappings 属性

定义

此类型/成员支持.NET Framework基础结构,不应直接从代码使用。获取或设置设计时生成的代码映射的字典。

public System.Collections.Generic.IDictionary<int,System.Web.Razor.Generator.GeneratedCodeMapping> DesignTimeLineMappings { get; }
member this.DesignTimeLineMappings : System.Collections.Generic.IDictionary<int, System.Web.Razor.Generator.GeneratedCodeMapping>
Public ReadOnly Property DesignTimeLineMappings As IDictionary(Of Integer, GeneratedCodeMapping)

属性值

设计时所生成代码映射的字典。

适用于