IEditableCollectionView.CurrentAddItem Proprietà

Definizione

Ottiene l'elemento da aggiungere durante la transazione di aggiunta corrente.

public:
 property System::Object ^ CurrentAddItem { System::Object ^ get(); };
public object CurrentAddItem { get; }
member this.CurrentAddItem : obj
Public ReadOnly Property CurrentAddItem As Object

Valore della proprietà

Elemento da aggiungere se IsAddingNew è true; in caso contrario, null.

Si applica a