CodeGeneratorContext.CodeMappings 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此类型/成员支持 .NET Framework 基础结构,不能在代码中直接使用。 获取或设置所生成代码映射的字典收集。
public System.Collections.Generic.IDictionary<int,System.Web.Razor.Generator.GeneratedCodeMapping> CodeMappings { get; }
member this.CodeMappings : System.Collections.Generic.IDictionary<int, System.Web.Razor.Generator.GeneratedCodeMapping>
Public ReadOnly Property CodeMappings As IDictionary(Of Integer, GeneratedCodeMapping)
属性值
所生成代码映射的字典收集。