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