DependencyObjectCollection<T>.Item Property

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

Syntax

'Declaration
Public Property Item ( _
    index As Integer _
) As T
public T this[
    int index
] { get; set; }
public:
virtual property T Item[int index] {
    T get (int index) sealed;
    void set (int index, T value) sealed;
}
abstract Item : 
        index:int -> 'T with get, set 
override Item : 
        index:int -> 'T with get, set

Parameters

Property Value

Type: T

Implements

IList<T>.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

DependencyObjectCollection<T> Class

System.Windows Namespace