다음을 통해 공유


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)

속성 값

생성된 코드 매핑의 사전 컬렉션입니다.

적용 대상