ICancelAddNew.EndNew(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Commits a pending new item to the collection.
public:
void EndNew(int itemIndex);
public void EndNew (int itemIndex);
abstract member EndNew : int -> unit
Public Sub EndNew (itemIndex As Integer)
Parameters
- itemIndex
- Int32
The index of the item that was previously added to the collection.
Remarks
The EndNew commits a pending addition (AddNew) of an item previously added to the collection at position itemIndex
. The index parameter is necessary because several new items can be simultaneously pending.
Applies to
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.