ItemCollection.IEditableCollectionView.IsEditingItem プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
編集トランザクションが実行中かどうかを示す値を取得します。
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 インターフェイスにキャストされる場合のみ、使用できます。