HttpMethodHeaderValueCollection.GetMany(UInt32, HttpMethod[]) 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 HttpMethod que comienzan en el índice especificado de la colección.
public:
virtual unsigned int GetMany(unsigned int startIndex, Platform::Array <HttpMethod ^> ^ items) = IVector<HttpMethod ^>::GetMany;
uint32_t GetMany(uint32_t const& startIndex, winrt::array_view <HttpMethod const&> & items);
public uint GetMany(uint startIndex, HttpMethod[] items);
function getMany(startIndex, items)
Public Function GetMany (startIndex As UInteger, items As HttpMethod()) As UInteger
Parámetros
- startIndex
-
UInt32
unsigned int
uint32_t
Índice de base cero del inicio de los elementos HttpMethod en httpMethodHeaderValueCollection.
- items
- HttpMethod[]
Matriz de elementos HttpMethod que comienzan en startIndex en httpMethodHeaderValueCollection.
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[])