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 不存在当前项。

适用于

另请参阅