共用方式為


IRazorCompiledItemProvider.CompiledItems 屬性

定義

取得實例序列 RazorCompiledItem

public:
 property System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::Hosting::RazorCompiledItem ^> ^ CompiledItems { System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::Hosting::RazorCompiledItem ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem> CompiledItems { get; }
member this.CompiledItems : seq<Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItem>
Public ReadOnly Property CompiledItems As IEnumerable(Of RazorCompiledItem)

屬性值

適用於