DnssdServiceInstanceCollection.Size 속성

정의

컬렉션의 항목 수를 가져옵니다.

참고

DnssdServiceInstanceCollection은 지원되지 않으며 나중에 변경되거나 사용할 수 없습니다. 대신 Windows.Devices.Enumeration API를 사용합니다.

public:
 property unsigned int Size { unsigned int get(); };
uint32_t Size();
public uint Size { get; }
var uInt32 = dnssdServiceInstanceCollection.size;
Public ReadOnly Property Size As UInteger

속성 값

UInt32

unsigned int

uint32_t

컬렉션의 항목 수입니다.

구현

적용 대상