DnssdServiceInstanceCollection.GetAt(UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将给定索引处的 DnssdServiceInstance 获取到 DnssdServiceInstanceCollection 中。
注意
不支持 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)