TimelineCollection.Item[Int32] Propriété

Définition

Obtient ou définit un élément au niveau de la position d'index spécifiée dans ce TimelineCollection.

public:
 property System::Windows::Media::Animation::Timeline ^ default[int] { System::Windows::Media::Animation::Timeline ^ get(int index); void set(int index, System::Windows::Media::Animation::Timeline ^ value); };
public System.Windows.Media.Animation.Timeline this[int index] { get; set; }
member this.Item(int) : System.Windows.Media.Animation.Timeline with get, set
Default Public Property Item(index As Integer) As Timeline

Paramètres

index
Int32

Position d'index à atteindre.

Valeur de propriété

Timeline

Objet de chronologie au niveau de la position index.

Implémente

Exceptions

index est inférieur à zéro ou supérieur ou égal à la taille de la collection TimelineCollection.

S’applique à