Gets or sets the value associated with the specified key.
'Declaration
Public Shadows Default Property Item( _
ByVal As System.Object _
) As MapItem
public new MapItem this[
System.object
]; {get; set;}
Parameters
- uiElement
- The UI element of the value to get or set.
Property Value
The value associated with the specified key. If the specified key is not found, a get operation throws a
System.Collections.Generic.KeyNotFoundException, and a set operation creates a new element with the specified key.