ICollectionView.CurrentItem プロパティ

定義

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

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

プロパティ値

ビューの現在の項目。現在の項目が存在しない場合は null

適用対象

こちらもご覧ください