此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索指定索引处的项。
public: virtual Platform::Object ^ GetAt(int index) = GetAt;
IInspectable GetAt(int const& index);
public object GetAt(int index);
function getAt(index)
Public Function GetAt (index As Integer) As Object
int
要检索的项的索引。
Platform::Object
IInspectable
指定索引处的项。
使用 Count 属性可确保传递有效的 索引。
此页面是否有帮助?