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

Definicja

Pobiera lub ustawia wartość Point3DKeyFrame w określonej pozycji indeksu.

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

Parametry

index
Int32

Indeks zerowy Point3DKeyFrame klasy , który ma być pobierany lub ustawiany.

Wartość właściwości

Element Point3DKeyFrame 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ówne lub większe niż Count.

Dotyczy