Partilhar via


ByteKeyFrameCollection.Item[Int32] Propriedade

Definição

Obtém ou define o ByteKeyFrame na posição de índice especificada.

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

Parâmetros

index
Int32

O índice de base zero do ByteKeyFrame a ser obtido ou definido.

Valor da propriedade

ByteKeyFrame

O ByteKeyFrame no índice especificado.

Exceções

A tentativa de modificar a coleção é inválida porque a coleção está congelada (a propriedade IsFrozen dela é true).

index é menor que zero.

- ou - index é igual a ou maior que Count.

Aplica-se a