Virtualize<TItem>.Items Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el origen fijo del elemento.
public:
property System::Collections::Generic::ICollection<TItem> ^ Items { System::Collections::Generic::ICollection<TItem> ^ get(); void set(System::Collections::Generic::ICollection<TItem> ^ value); };
[Microsoft.AspNetCore.Components.Parameter]
public System.Collections.Generic.ICollection<TItem>? Items { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.Items : System.Collections.Generic.ICollection<'Item> with get, set
Public Property Items As ICollection(Of TItem)
Valor de propiedad
ICollection<TItem>
- Atributos