DnssdServiceInstanceCollection.GetMany(UInt32, DnssdServiceInstance[]) 메서드

정의

DNS-SD 서비스 instance 컬렉션에서 여러 DnssdServiceInstance 개체를 가져옵니다.

참고

DnssdServiceInstanceCollection은 지원되지 않으며 나중에 변경되거나 사용할 수 없습니다. 대신 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

매개 변수

startIndex
UInt32

unsigned int

uint32_t

검색할 첫 번째 컬렉션 항목의 인덱스입니다.

items
DnssdServiceInstance[]

검색된 DnssdServiceInstance 개체입니다.

반환

UInt32

unsigned int

uint32_t

항목의 항목 수입니다.

구현

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

적용 대상