StringKeyFrameCollection.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在指定的索引位置取得或設定 。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)。