ByteKeyFrameCollection.CopyTo(ByteKeyFrame[], Int32) Méthode

Définition

Copie tous les objets ByteKeyFrame d’une collection dans un tableau spécifié.

public:
 void CopyTo(cli::array <System::Windows::Media::Animation::ByteKeyFrame ^> ^ array, int index);
public void CopyTo (System.Windows.Media.Animation.ByteKeyFrame[] array, int index);
member this.CopyTo : System.Windows.Media.Animation.ByteKeyFrame[] * int -> unit
Public Sub CopyTo (array As ByteKeyFrame(), index As Integer)

Paramètres

array
ByteKeyFrame[]

Identifie le tableau dans lequel le contenu est copié.

index
Int32

Position d’index dans le tableau auquel le contenu de la collection est copié.

S’applique à