ItemCollection.IEditableCollectionView.CurrentEditItem 屬性

定義

取得集合內將被編輯的項目。

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

屬性值

Object

如果 IsEditingItemtrue,則為集合內正在編輯的項目;否則為 null

實作

備註

這個成員是明確介面成員實作, 只有在 ItemCollection 執行個體轉換成 IEditableCollectionView 介面時,才能使用這個成員。

適用於