共用方式為


IBindableVector.RemoveAt(UInt32) 方法

定義

移除向量中指定索引處的專案。

public:
 void RemoveAt(unsigned int index);
void RemoveAt(uint32_t const& index);
public void RemoveAt(uint index);
function removeAt(index)
Public Sub RemoveAt (index As UInteger)

參數

index
UInt32

unsigned int

uint32_t

要移除專案的向量以零起始的索引。

備註

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

適用於

另請參閱