GeneratorResults.DesignTimeLineMappings Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
LineMappingutilisés pour projeter le code à partir d’un fichier au moment de la conception.
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)