Share via


GeneratorResults.DesignTimeLineMappings Property

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets the dictionary of design-time generated code mappings.

Namespace:  System.Web.Razor
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Property DesignTimeLineMappings As IDictionary(Of Integer, GeneratedCodeMapping)
    Get 
    Private Set
'Usage
Dim instance As GeneratorResults 
Dim value As IDictionary(Of Integer, GeneratedCodeMapping)

value = instance.DesignTimeLineMappings
public IDictionary<int, GeneratedCodeMapping> DesignTimeLineMappings { get; private set; }
public:
property IDictionary<int, GeneratedCodeMapping>^ DesignTimeLineMappings {
    IDictionary<int, GeneratedCodeMapping>^ get ();
    private: void set (IDictionary<int, GeneratedCodeMapping>^ value);
}
member DesignTimeLineMappings : IDictionary<int, GeneratedCodeMapping> with get, private set
function get DesignTimeLineMappings () : IDictionary<int, GeneratedCodeMapping>
private function set DesignTimeLineMappings (value : IDictionary<int, GeneratedCodeMapping>)

Property Value

Type: System.Collections.Generic.IDictionary<Int32, GeneratedCodeMapping>
The dictionary of design-time generated code mappings.

See Also

Reference

GeneratorResults Class

System.Web.Razor Namespace