ItemCollection.IEditableCollectionView.IsEditingItem プロパティ

定義

編集トランザクションが進行中かどうかを示す値を取得します。

property bool System::ComponentModel::IEditableCollectionView::IsEditingItem { bool get(); };
bool System.ComponentModel.IEditableCollectionView.IsEditingItem { get; }
member this.System.ComponentModel.IEditableCollectionView.IsEditingItem : bool
 ReadOnly Property IsEditingItem As Boolean Implements IEditableCollectionView.IsEditingItem

プロパティ値

true 編集トランザクションが進行中の場合。それ以外の場合は false

実装

注釈

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

適用対象