'Declaration Protected Overrides Sub InsertItem( _
ByVal indexThe slice view to insert.As System.Int32, _
ByVal itemThe zero-based index at which the slice view should be inserted.As MprSliceView _
)
protected override void InsertItem(
System.Int32 index,
MprSliceView item
)
protected: void InsertItem(
System.Int32 index,
MprSliceView* item
); override
protected:
void InsertItem(
System.Int32 index,
MprSliceView^ item
); override
Parameters
- index
- The slice view to insert.
- item
- The zero-based index at which the slice view should be inserted.