語言

StringKeyFrameCollection.Item[Int32] 屬性

定義

在指定的索引位置取得或設定 。StringKeyFrame

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

參數

index
Int32

就是 to get 或 set 的 StringKeyFrame 零基指數。

屬性值

在指定的索引上。StringKeyFrame

例外狀況

嘗試修改集合無效,因為集合已凍結(其 IsFrozen 屬性為 true)。

index 小於零。

-或-

index 等於或大於 Count

適用於