IndicatorView.ItemsSource プロパティ

定義

インジケーターを表示する項目のコレクションを取得または設定します。

public:
 property System::Collections::IEnumerable ^ ItemsSource { System::Collections::IEnumerable ^ get(); void set(System::Collections::IEnumerable ^ value); };
public System.Collections.IEnumerable ItemsSource { get; set; }
member this.ItemsSource : System.Collections.IEnumerable with get, set
Public Property ItemsSource As IEnumerable

プロパティ値

項目の IEnumerable コレクション、または null

注釈

設定すると、 Count プロパティはアイテムの数に基づいて自動的に更新されます。 通常、 CarouselViewの ItemsSource プロパティと同じコレクションにバインドされます。

適用対象