次の方法で共有


Virtualize<TItem>.Items プロパティ

定義

固定項目のソースを取得または設定します。

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)

プロパティ値

ICollection<TItem>
属性

適用対象