ViewComponentDescriptorCollection.Items Property

Definition

Returns the cached 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)

Property Value

Applies to