共用方式為


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

集合中的項目數目

實作

適用於