次の方法で共有


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)

プロパティ値

コード マッピングのディクショナリ コレクション。

適用対象