Compartilhar via


ResourceQualifierVectorView.GetAt(UInt32) Método

Definição

Retorna o ResourceQualifier no índice especificado na exibição.

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

Parâmetros

index
UInt32

unsigned int

uint32_t

O índice baseado em zero do ResourceQualifier na exibição a ser retornada.

Retornos

O ResourceQualifier 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