共用方式為


DependencyObjectCollection.SetAt(UInt32, DependencyObject) 方法

定義

將位於指定索引處的值設定為指定的 DependencyObject 值。

public:
 virtual void SetAt(unsigned int index, DependencyObject ^ value) = IVector<DependencyObject ^>::SetAt;
void SetAt(uint32_t const& index, DependencyObject const& value);
public void SetAt(uint index, DependencyObject value);
function setAt(index, value)
Public Sub SetAt (index As UInteger, value As DependencyObject)

參數

index
UInt32

unsigned int

uint32_t

要設定值的索引。

value
DependencyObject

要設定的值。

實作

M:Windows.Foundation.Collections.IVector1.SetAt(System.UInt32,0) M:Windows.Foundation.Collections.IVector1.SetAt(unsigned int,0) M:Windows.Foundation.Collections.IVector1.SetAt(uint32_t,0)

備註

InsertAt 會展開集合,並依一個移動所有後續的索引項目目。 相反地, SetAt 取代位於索引的專案,而集合計數會維持不變。

適用於