ItemCollection.IEditableCollectionView.CurrentAddItem プロパティ

定義

現在の追加トランザクション中に追加される項目を取得します。

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

プロパティ値

IsAddingNewtrueされている場合は追加される項目。それ以外の場合はnull

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 ItemCollection インスタンスがIEditableCollectionView インターフェイスにキャストされている場合にのみ使用できます。

適用対象