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

属性值

Boolean

如果正在执行编辑事务,则为 true;否则为 false

实现

注解

此成员是显式接口成员的实现。 它只能在 ItemCollection 实例被强制转换为 IEditableCollectionView 接口时使用。

适用于