ViewComponentDescriptorCollection.Items Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce l'oggetto memorizzato nella IReadOnlyList<T>cache.
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)