Condividi tramite


FileExtensionVector.GetMany(UInt32, String[]) Metodo

Definizione

Recupera le estensioni del nome file che iniziano all'indice specificato nella raccolta.

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

Parametri

startIndex
UInt32

unsigned int

uint32_t

Indice in base zero dell'inizio delle estensioni del nome file nella raccolta da recuperare.

items

String[]

Platform::String[]

winrt::hstring[]

Estensioni del nome file nella raccolta che iniziano all'inizioIndex.

Restituisce

UInt32

unsigned int

uint32_t

Numero di elementi recuperati.

Implementazioni

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[])

Si applica a