ItemCollection.IEditableCollectionViewAddNewItem.CanAddNewItem プロパティ

定義

指定したオブジェクトをコレクションに追加できるかどうかを示す値を取得します。

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

プロパティ値

true 指定したオブジェクトをコレクションに追加できる場合。それ以外の場合は false

実装

注釈

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

適用対象