Sdílet prostřednictvím


Vector3DKeyFrameCollection.Item[Int32] Vlastnost

Definice

Získá nebo nastaví na zadané pozici indexu Vector3DKeyFrame .

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

Nulový index Vector3DKeyFrame pro získání nebo nastavení.

Hodnota vlastnosti

Vector3DKeyFrame

V Vector3DKeyFrame zadaném indexu.

Výjimky

Pokus o úpravu kolekce je neplatný, protože kolekce je zablokovaná (její IsFrozen vlastnost je true).

Hodnota index je menší než nula.

-nebo- index je rovna nebo větší než Count.

Platí pro