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 若沒有當前項目。

適用於

另請參閱