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

取得または設定する StringKeyFrame の 0 から始まるインデックス。

プロパティ値

指定したインデックス位置にある StringKeyFrame

例外

コレクションが固定されているため、コレクションの変更は無効です (その IsFrozen プロパティは true)。

index が 0 未満です。

-又は-

indexCount 以上です。

適用対象