RowDefinitionCollection.GetMany(UInt32, RowDefinition[]) Método

Definición

Recupera varios elementos en un único paso a través del iterador.

public:
 virtual unsigned int GetMany(unsigned int startIndex, Platform::Array <RowDefinition ^> ^ items) = IVector<RowDefinition ^>::GetMany;
uint32_t GetMany(uint32_t const& startIndex, winrt::array_view <RowDefinition const&> & items);
public uint GetMany(uint startIndex, RowDefinition[] items);
function getMany(startIndex, items)
Public Function GetMany (startIndex As UInteger, items As RowDefinition()) As UInteger

Parámetros

startIndex
UInt32

unsigned int

uint32_t

Índice desde el que se va a iniciar la recuperación.

items
RowDefinition[]

Proporciona el destino del resultado. Tamaño de la matriz inicial como "capacidad" para especificar cuántos resultados se deben recuperar.

Devoluciones

UInt32

unsigned int

uint32_t

Número de elementos recuperados.

Implementaciones

M:Windows.Foundation.Collections.IVector1.GetMany(System.UInt32,0[]) M:Windows.Foundation.Collections.IVector1.GetMany(unsigned int,0[]) M:Windows.Foundation.Collections.IVector1.GetMany(uint32_t,0[])

Se aplica a