次の方法で共有


DnssdServiceInstanceCollection.Size プロパティ

定義

コレクション内の項目の数を取得します

Note

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

コレクション内の項目数。

実装

適用対象