ItemCollection.IEditableCollectionView.IsAddingNew プロパティ

定義

追加トランザクションが実行中かどうかを示す値を取得します。

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

プロパティ値

Boolean

追加トランザクションが実行中の場合は true、それ以外の場合は false

実装

注釈

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

適用対象