|  | UIScreenCollectionSetItem Method | 
            Replaces the item at the specified index with the specified item.
            
 
Namespace: DigitalRune.Game.UIAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
 Syntax
Syntaxprotected override void SetItem(
	int index,
	UIScreen item
)
Protected Overrides Sub SetItem ( 
	index As Integer,
	item As UIScreen
)
protected:
virtual void SetItem(
	int index, 
	UIScreen^ item
) override
abstract SetItem : 
        index : int * 
        item : UIScreen -> unit 
override SetItem : 
        index : int * 
        item : UIScreen -> unit Parameters
- index
- Type: SystemInt32
 The zero-based index of the item to be replaced.
- item
- Type: DigitalRune.Game.UI.ControlsUIScreen
 The new item.
 Exceptions
Exceptions See Also
See Also