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
。
根據預設,集合的第一個項目一開始會是目前項目。