HttpLanguageRangeWithQualityHeaderValueCollection.GetMany Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Recupera los elementos HttpLanguageRangeWithQualityHeaderValue que comienzan en el índice especificado de la colección.
public:
virtual unsigned int GetMany(unsigned int startIndex, Platform::Array <HttpLanguageRangeWithQualityHeaderValue ^> ^ items) = IVector<HttpLanguageRangeWithQualityHeaderValue ^>::GetMany;
uint32_t GetMany(uint32_t const& startIndex, winrt::array_view <HttpLanguageRangeWithQualityHeaderValue const&> & items);
public uint GetMany(uint startIndex, HttpLanguageRangeWithQualityHeaderValue[] items);
function getMany(startIndex, items)
Public Function GetMany (startIndex As UInteger, items As HttpLanguageRangeWithQualityHeaderValue()) As UInteger
Parámetros
- startIndex
-
UInt32
unsigned int
uint32_t
Índice de base cero del inicio de los elementos HttpLanguageRangeWithQualityHeaderValue en httpLanguageRangeWithQualityHeaderValueCollection.
Matriz de elementos HttpLanguageRangeWithQualityHeaderValue que comienzan en startIndex en httpLanguageRangeWithQualityHeaderValueCollection.
Devoluciones
Número de elementos recuperados.
Implementaciones
1.GetMany(System.UInt32,
0[])
M:Windows.Foundation.Collections.IVector1.GetMany(unsigned int,
0[])
M:Windows.Foundation.Collections.IVector1.GetMany(uint32_t,
0[])