Bagikan melalui


Vector3DKeyFrameCollection.Item[Int32] Properti

Definisi

Mendapatkan atau mengatur pada Vector3DKeyFrame posisi indeks yang ditentukan.

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

Parameter

index
Int32

Indeks berbasis nol untuk Vector3DKeyFrame mendapatkan atau mengatur.

Nilai Properti

pada Vector3DKeyFrame indeks yang ditentukan.

Pengecualian

Upaya untuk mengubah koleksi tidak valid karena koleksi dibekukan (propertinya IsFrozen adalah true).

index kurang dari nol.

-atau-

index sama dengan atau lebih besar dari Count.

Berlaku untuk