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)

屬性值

設計時間產生的程式碼對應字典。

適用於