共用方式為


IBindableVector.SetAt(UInt32, Object) 方法

定義

在向量的指定索引處設定專案值。

public:
 void SetAt(unsigned int index, Platform::Object ^ value);
void SetAt(uint32_t const& index, IInspectable const& value);
public void SetAt(uint index, object value);
function setAt(index, value)
Public Sub SetAt (index As UInteger, value As Object)

參數

index
UInt32

unsigned int

uint32_t

向量以零起始的索引,要在其中設定值。

value
Object

Platform::Object

IInspectable

要設定的專案值。

備註

使用 .NET 進行程式設計時,此介面會隱藏,開發人員應該使用 System.Collections.IList 介面。

適用於

另請參閱