CompositionShapeCollection.InsertAt(UInt32, CompositionShape) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在指定的索引處插入指定的專案。
public:
virtual void InsertAt(unsigned int index, CompositionShape ^ value) = IVector<CompositionShape ^>::InsertAt;
void InsertAt(uint32_t const& index, CompositionShape const& value);
public void InsertAt(uint index, CompositionShape value);
function insertAt(index, value)
Public Sub InsertAt (index As UInteger, value As CompositionShape)
參數
- index
-
UInt32
unsigned int
uint32_t
要插入項目之以零起始的索引位置。
- value
- CompositionShape
要插入集合的物件。
實作
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)
備註
InsertAt 會展開集合,並將所有後續的索引項目目移動一個。
相反地,SetAt 會取代索引上的專案,而且集合計數維持不變。