RowDefinitionCollection.GetMany(UInt32, RowDefinition[]) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Recupera più elementi in un singolo passaggio dell'iteratore.
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
Parametri
- startIndex
-
UInt32
unsigned int
uint32_t
Indice da cui avviare il recupero.
- items
- RowDefinition[]
Fornisce la destinazione per il risultato. Dimensione della matrice iniziale come "capacità" per specificare il numero di risultati da recuperare.
Restituisce
Numero di elementi recuperati.
Implementazioni
M:Windows.Foundation.Collections.IVector
1.GetMany(System.UInt32,
0[])
M:Windows.Foundation.Collections.IVector1.GetMany(unsigned int,
0[])
M:Windows.Foundation.Collections.IVector1.GetMany(uint32_t,
0[])