VectorKeyFrameCollection.Item[Int32] Özellik

Tanım

Belirtilen dizin konumunda öğesini VectorKeyFrame alır veya ayarlar.

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

Parametreler

index
Int32

Alınacak veya ayarlanacağı sıfır tabanlı dizini VectorKeyFrame .

Özellik Değeri

VectorKeyFrame

VectorKeyFrame Belirtilen dizinde.

Özel durumlar

Koleksiyon donduruldığından koleksiyonu değiştirme girişimi geçersiz ( IsFrozen özelliğidir true).

index, sıfırdan küçüktür.

-veya- index eşittir veya değerinden Countbüyüktür.

Şunlara uygulanır