Compartilhar via


XmlNodeList.GetAt(UInt32) Método

Definição

Retorna o item no índice especificado na exibição de vetor.

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

Parâmetros

index
UInt32

unsigned int

uint32_t

O índice baseado em zero do item na exibição de vetor a ser retornado.

Retornos

O item na exibição de vetor no índice especificado.

Implementações

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)

Aplica-se a