ItemCollection.CurrentItem プロパティ

定義

ビュー内の現在の項目を取得します。

public:
 virtual property System::Object ^ CurrentItem { System::Object ^ get(); };
public override object CurrentItem { get; }
member this.CurrentItem : obj
Public Overrides ReadOnly Property CurrentItem As Object

プロパティ値

ビュー内の現在のオブジェクト。コレクションが初期化されていない場合、または ItemsSource モードのコレクションがない場合は null

既定では、コレクションの最初の項目が現在のアイテムとして開始します。

適用対象

こちらもご覧ください