IBindableVector.GetAt(UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回向量中指定索引處的專案。
public:
Platform::Object ^ GetAt(unsigned int index);
IInspectable GetAt(uint32_t const& index);
public object GetAt(uint index);
function getAt(index)
Public Function GetAt (index As UInteger) As Object
參數
- index
-
UInt32
unsigned int
uint32_t
要傳回之向量中專案之以零起始的索引。
傳回
在指定之索引處的項目。
備註
使用 .NET 進行程式設計時,此介面會隱藏,開發人員應該使用 System.Collections.IList 介面。