Share via


IBindableVector.InsertAt(UInt32, Object) 方法

定义

将项插入到指定索引处的向量中。

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

参数

index
UInt32

unsigned int

uint32_t

要插入的索引。

value
Object

Platform::Object

IInspectable

要插入的项。

注解

使用 .NET 编程时,此接口是隐藏的,开发人员应使用 System.Collections.IList 接口。

适用于

另请参阅