다음을 통해 공유


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>
특성

적용 대상