TimelineCollection.Item[Int32] Egenskap

Definition

Hämtar eller anger ett objekt på den angivna indexpositionen inom den här 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

Parametrar

index
Int32

Indexpositionen för åtkomst.

Egenskapsvärde

Tidslinjeobjektet index på positionen.

Implementeringar

Undantag

index är mindre än noll eller större än eller lika med storleken på TimelineCollection.

Gäller för