Vector3DKeyFrameCollection.Item[Int32] Właściwość

Definicja

Pobiera lub ustawia wartość Vector3DKeyFrame na określonej pozycji indeksu.

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

Parametry

index
Int32

Indeks oparty na zerowej Vector3DKeyFrame wartości parametru do pobrania lub ustawienia.

Wartość właściwości

Element Vector3DKeyFrame w określonym indeksie.

Wyjątki

Próba zmodyfikowania kolekcji jest nieprawidłowa, ponieważ kolekcja jest zamrożona (jej IsFrozen właściwość to true).

Parametr index ma wartość niższą niż zero.

-lub-

index jest równa lub większa niż Count.

Dotyczy