TimelineCollection.Item[Int32] Propriedade

Definição

Obtém ou define um item na posição de índice especificada dentro desse 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

Parâmetros

index
Int32

A posição de índice a acessar.

Valor da propriedade

O objeto Timeline na index posição.

Implementações

Exceções

index é menor que zero ou maior ou igual ao tamanho de TimelineCollection.

Aplica-se a