ByteKeyFrameCollection.Item[Int32] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le ByteKeyFrame à la position d’index spécifiée.
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
Paramètres
- index
- Int32
Index de base zéro du ByteKeyFrame à obtenir ou définir.
Valeur de propriété
ByteKeyFrame au niveau de l'index spécifié.
Exceptions
La tentative de changement de la collection est non valide, car la collection est gelée (sa propriété IsFrozen a la valeur true
).