GeneratorResults.DesignTimeLineMappings Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
LineMappings usados para projetar o código de um arquivo durante o tempo de design.
public:
property System::Collections::Generic::IList<Microsoft::AspNetCore::Razor::CodeGenerators::LineMapping ^> ^ DesignTimeLineMappings { System::Collections::Generic::IList<Microsoft::AspNetCore::Razor::CodeGenerators::LineMapping ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Razor.CodeGenerators.LineMapping> DesignTimeLineMappings { get; }
member this.DesignTimeLineMappings : System.Collections.Generic.IList<Microsoft.AspNetCore.Razor.CodeGenerators.LineMapping>
Public ReadOnly Property DesignTimeLineMappings As IList(Of LineMapping)