Share via


ItemCollection.IEditableCollectionView.CanRemove プロパティ

定義

コレクションから項目を削除できるかどうかを示す値を取得します。

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

プロパティ値

Boolean

コレクションから項目を削除できる場合は true。それ以外の場合は false

実装

注釈

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

適用対象