ByteKeyFrameCollection.Item[Int32] Eigenschap

Definitie

Hiermee haalt u de indexpositie op of stelt u deze ByteKeyFrame in.

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

Parameters

index
Int32

De op nul gebaseerde index van de ByteKeyFrame index die moet worden get of ingesteld.

Waarde van eigenschap

De ByteKeyFrame opgegeven index.

Uitzonderingen

De poging om de verzameling te wijzigen is ongeldig omdat de verzameling is geblokkeerd ( IsFrozen de eigenschap is true).

index is kleiner dan nul.

– of –

index is gelijk aan of groter dan Count.

Van toepassing op