'Declaration Protected Overrides Sub InsertItem( _
ByVal indexИндекс, отсчитываемый от нуля, по которому должен быть вставлен элемент.As System.Int32, _
ByVal itemFormField для вставки.As FormField _
)
protected: void InsertItem(
System.Int32 index,
FormField* item
); override
protected:
void InsertItem(
System.Int32 index,
FormField^ item
); override
Parameters
- index
- Индекс, отсчитываемый от нуля, по которому должен быть вставлен элемент.
- item
- FormField для вставки.