Share via


ItemCollection.IEditableCollectionView.IsAddingNew Propriété

Définition

Obtient une valeur qui indique si une transaction d'ajout est en cours.

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

Valeur de propriété

Boolean

true si une transaction d’ajout est en cours ; sinon, false.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de ItemCollection est castée en interface IEditableCollectionView.

S’applique à