TimelineCollection.InsertAt(UInt32, Timeline) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したインデックス位置に指定した項目を挿入します。
public:
virtual void InsertAt(unsigned int index, Timeline ^ value) = IVector<Timeline ^>::InsertAt;
void InsertAt(uint32_t const& index, Timeline const& value);
public void InsertAt(uint index, Timeline value);
function insertAt(index, value)
Public Sub InsertAt (index As UInteger, value As Timeline)
パラメーター
- index
-
UInt32
unsigned int
uint32_t
値を設定するインデックス。
- value
- Timeline
設定する値。
実装
M:Windows.Foundation.Collections.IVector
1.InsertAt(System.UInt32,
0)
M:Windows.Foundation.Collections.IVector1.InsertAt(unsigned int,
0)
M:Windows.Foundation.Collections.IVector1.InsertAt(uint32_t,
0)