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

プロパティ値

IsEditingItemtrueされている場合は編集中のコレクション内の項目。それ以外の場合はnull

実装

注釈

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

適用対象