TimelineCollection.Item[Int32] Eigenschap

Definitie

Hiermee haalt u een item op de opgegeven indexpositie op of stelt u dit TimelineCollectionin.

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

Parameters

index
Int32

De indexpositie voor toegang.

Waarde van eigenschap

Het tijdlijnobject op de index positie.

Implementeringen

Uitzonderingen

index is kleiner dan nul of groter dan of gelijk aan de grootte van de TimelineCollection.

Van toepassing op