ViewComponentDescriptorCollection.Items プロパティ

定義

キャッシュされた IReadOnlyList<T>を返します。

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentDescriptor ^> ^ Items { System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::ViewComponents::ViewComponentDescriptor ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentDescriptor> Items { get; }
member this.Items : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentDescriptor>
Public ReadOnly Property Items As IReadOnlyList(Of ViewComponentDescriptor)

プロパティ値

適用対象