PresentationFrameworkCollection<T>.IList.Item Property

Namespace:  System.Windows
Assemblies:   System.Windows (in System.Windows.dll)
  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Private Property Item ( _
    index As Integer _
) As Object Implements IList.Item
Object IList.this[
    int index
] { get; set; }
private:
virtual property Object^ Item[int index] {
    Object^ get (int index) sealed = IList::Item::get;
    void set (int index, Object^ value) sealed = IList::Item::set;
}
private abstract Item : 
        index:int -> Object with get, set 
private override Item : 
        index:int -> Object with get, set

Parameters

Property Value

Type: System.Object

Implements

IList.Item

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Windows Phone 8, Windows Phone 8, Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

PresentationFrameworkCollection<T> Class

System.Windows Namespace