共用方式為


XmlNodeList.GetAt(UInt32) 方法

定義

傳回向量檢視中位於指定索引處的專案。

public:
 virtual IXmlNode ^ GetAt(unsigned int index) = IVectorView<IXmlNode ^>::GetAt;
IXmlNode GetAt(uint32_t const& index);
public IXmlNode GetAt(uint index);
function getAt(index)
Public Function GetAt (index As UInteger) As IXmlNode

參數

index
UInt32

unsigned int

uint32_t

要傳回之向量檢視中專案之以零起始的索引。

傳回

指定索引處向量檢視中的專案。

實作

M:Windows.Foundation.Collections.IVectorView`1.GetAt(System.UInt32) M:Windows.Foundation.Collections.IVectorView`1.GetAt(unsigned int) M:Windows.Foundation.Collections.IVectorView`1.GetAt(uint32_t)

適用於