| VisualChildCollectionInsertItem Method |
Inserts an element into the collection at the specified index.
Namespace: DigitalRune.Game.UI.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax protected override void InsertItem(
int index,
UIControl item
)
Protected Overrides Sub InsertItem (
index As Integer,
item As UIControl
)
protected:
virtual void InsertItem(
int index,
UIControl^ item
) override
abstract InsertItem :
index : int *
item : UIControl -> unit
override InsertItem :
index : int *
item : UIControl -> unit
Parameters
- index
- Type: SystemInt32
The zero-based index at which item should be inserted.
- item
- Type: DigitalRune.Game.UI.ControlsUIControl
The object to insert.
Exceptions See Also