PnpObjectCollection.GetAt(UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
我們不再建議您使用 Windows.Devices.Enumeration.Pnp 命名空間中的類型。 相反地, Windows.Devices.Enumeration 命名空間中的類型會實作新式且更妥善維護的 Windows.Devices.Enumeration.Pnp功能超集合。
PnpObjectType的替代方法是Windows.Devices.Enumeration.DeviceInformationKind列舉,您可以將其當做參數傳遞至Windows.Devices.Enumeration API。 例如,當您建立PnpObjectWatcher時,不要使用PnpObjectType,而是在建立DeviceWatcher時使用DeviceInformationKind。
會傳回位於指定索引處的 PnpObject 。
public:
virtual PnpObject ^ GetAt(unsigned int index) = IVectorView<PnpObject ^>::GetAt;
PnpObject GetAt(uint32_t const& index);
public PnpObject GetAt(uint index);
function getAt(index)
Public Function GetAt (index As UInteger) As PnpObject
參數
- index
-
UInt32
unsigned int
uint32_t
要擷取之值的整數索引。
傳回
位於指定索引處的 PnpObject 。
實作
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)