Share via


ItemsProviderResult<TItem>.Items プロパティ

定義

指定する項目。

public:
 property System::Collections::Generic::IEnumerable<TItem> ^ Items { System::Collections::Generic::IEnumerable<TItem> ^ get(); };
public System.Collections.Generic.IEnumerable<TItem> Items { get; }
member this.Items : seq<'Item>
Public ReadOnly Property Items As IEnumerable(Of TItem)

プロパティ値

IEnumerable<TItem>

適用対象