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

Definicja

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

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

Parametry

index
Int32

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

Wartość właściwości

Int16KeyFrame

Element Int16KeyFrame 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