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

适用于

另请参阅