PresentationFrameworkCollection<T>.Item, propriété

Espace de noms :  System.Windows
Assembly :  System.Windows (dans System.Windows.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de propriété

Type : T

Implémentations

IList<T>.Item

Informations de version

.NET pour les applications Windows Phone

Pris en charge dans : Windows Phone 8, Silverlight 8.1

Sécurité .NET Framework

Voir aussi

Référence

PresentationFrameworkCollection<T> Classe

System.Windows, espace de noms