Freigeben über


DnssdServiceInstanceCollection.GetMany(UInt32, DnssdServiceInstance[]) Methode

Definition

Ruft mehrere DnssdServiceInstance-Objekte aus einem DNS-SD-Dienst instance Auflistung ab.

Hinweis

DnssdServiceInstanceCollection wird nicht unterstützt und kann in Zukunft geändert oder nicht mehr verfügbar sein. Verwenden Sie stattdessen die Windows.Devices.Enumeration-API.

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

Parameter

startIndex
UInt32

unsigned int

uint32_t

Index des ersten abzurufenden Sammlungselements.

Gibt zurück

UInt32

unsigned int

uint32_t

Die Anzahl der Elemente in Elementen.

Implementiert

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

Gilt für: