ItemCollection.IEditableCollectionView.CurrentEditItem 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得集合內將被編輯的項目。
property System::Object ^ System::ComponentModel::IEditableCollectionView::CurrentEditItem { System::Object ^ get(); };
object System.ComponentModel.IEditableCollectionView.CurrentEditItem { get; }
member this.System.ComponentModel.IEditableCollectionView.CurrentEditItem : obj
ReadOnly Property CurrentEditItem As Object Implements IEditableCollectionView.CurrentEditItem
屬性值
如果 IsEditingItem 為 true
,則為集合內正在編輯的項目;否則為 null
。
實作
備註
這個成員是明確介面成員實作, 只有在 ItemCollection 執行個體轉換成 IEditableCollectionView 介面時,才能使用這個成員。