XmlNodeList.GetAt(UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回向量檢視中位於指定索引處的專案。
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)