FindItemsResults<TItem>.Items プロパティ

定義

検索操作で見つかった項目を含むコレクションを取得します。

public:
 property System::Collections::ObjectModel::Collection<TItem> ^ Items { System::Collections::ObjectModel::Collection<TItem> ^ get(); };
public System.Collections.ObjectModel.Collection<TItem> Items { get; }
Public ReadOnly Property Items As Collection(Of TItem)

プロパティ値

Collection<TItem>

検索操作によって検出された項目を含むコレクション。

適用対象