TimelineCollection.Item[Int32] Właściwość

Definicja

Pobiera lub ustawia element na określonej pozycji indeksu w tym TimelineCollectionobiekcie .

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

Parametry

index
Int32

Pozycja indeksu w celu uzyskania dostępu.

Wartość właściwości

Obiekt Oś czasu w index pozycji.

Implementuje

Wyjątki

index jest mniejsza niż zero lub większa lub równa rozmiarowi TimelineCollectionelementu .

Dotyczy