CompiledRazorAssemblyPart.IRazorCompiledItemProvider.CompiledItems 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.
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