CodeGeneratorContext.CodeMappings 属性

定义

此类型/成员支持 .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)

属性值

所生成代码映射的字典收集。

适用于