DeviceInformationCollection.GetAt(UInt32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したインデックス位置にある DeviceInformation オブジェクトを取得します。
public:
virtual DeviceInformation ^ GetAt(unsigned int index) = IVectorView<DeviceInformation ^>::GetAt;
DeviceInformation GetAt(uint32_t const& index);
public DeviceInformation GetAt(uint index);
function getAt(index)
Public Function GetAt (index As UInteger) As DeviceInformation
パラメーター
- index
-
UInt32
unsigned int
uint32_t
インデックス。
戻り値
指定したインデックス位置にある DeviceInformation オブジェクト。
実装
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)