ItemCollection.IEditableCollectionView.CanAddNew プロパティ

定義

新しい項目をコレクションに追加できるかどうかを示す値を取得します。

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

プロパティ値

新しい項目をコレクションに追加できる場合は true、それ以外の場合は false

実装

注釈

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

適用対象