ItemCollection.CurrentItem 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取视图中的当前项。
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
。
默认情况下,该集合的第一项作为当前项启动。