次の方法で共有


DnssdServiceInstanceCollection.GetAt(UInt32) メソッド

定義

特定のインデックスにある DnssdServiceInstanceDnssdServiceInstanceCollection に取得します。

Note

DnssdServiceInstanceCollection はサポートされていないため、今後変更または使用できない可能性があります。 代わりに、Windows.Devices.Enumeration API を使用します。

public:
 virtual DnssdServiceInstance ^ GetAt(unsigned int index) = IVectorView<DnssdServiceInstance ^>::GetAt;
DnssdServiceInstance GetAt(uint32_t const& index);
public DnssdServiceInstance GetAt(uint index);
function getAt(index)
Public Function GetAt (index As UInteger) As DnssdServiceInstance

パラメーター

index
UInt32

unsigned int

uint32_t

取得するインスタンスのインデックス。 インデックスは 0 から始まります。 コードで範囲外のインデックスが指定されている場合は、例外がスローされます。 有効なインデックスの最大数は、 DnssdServiceInstanceCollection.Size 値より 1 小さい値です。

戻り値

コレクション 内の指定されたインデックスにある DnssdServiceInstance

実装

M:Windows.Foundation.Collections.IVectorView`1.GetAt(System.UInt32) M:Windows.Foundation.Collections.IVectorView`1.GetAt(unsigned int) M:Windows.Foundation.Collections.IVectorView`1.GetAt(uint32_t)

適用対象