CompiledRazorAssemblyPart.IRazorCompiledItemProvider.CompiledItems Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
property System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::Hosting::RazorCompiledItem ^> ^ Microsoft::AspNetCore::Mvc::ApplicationParts::IRazorCompiledItemProvider::CompiledItems { System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::Hosting::RazorCompiledItem ^> ^ get(); };
System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem> Microsoft.AspNetCore.Mvc.ApplicationParts.IRazorCompiledItemProvider.CompiledItems { get; }
member this.Microsoft.AspNetCore.Mvc.ApplicationParts.IRazorCompiledItemProvider.CompiledItems : seq<Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem>
ReadOnly Property CompiledItems As IEnumerable(Of RazorCompiledItem) Implements IRazorCompiledItemProvider.CompiledItems