ItemCollection.IEditableCollectionViewAddNewItem.CanAddNewItem Propiedad

Definición

Obtiene un valor que indica si el objeto especificado puede agregarse a la colección.

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

Valor de propiedad

Es true si se puede agregar el objeto especificado a la colección; de lo contrario, es false.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de ItemCollection se convierte en una interfaz IEditableCollectionViewAddNewItem.

Se aplica a