CompiledRazorAssemblyPart.IRazorCompiledItemProvider.CompiledItems 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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