获取第一个元素的索引以匹配 XMLListCollection 对象中的条件
我有一个 XMLListCollection 对象,其中包含具有 ID 属性的项目。我想通过 id 找到一个特定的项目,然后获取它在集合中的索引。 这样做是为了能够告诉组合框(其数据提供者是 XMLListCollection)要显示的项目的索引。
I have an XMLListCollection object that contains items with an ID property. I want to find one particular item by id and then get it's index in the collection.
This is done to be able to tell the comboBox (whose dataProvider is the XMLListCollection) the index of the item to display.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这是否有效:(将“item”替换为适当的标签名称)。
如果没有,请使用这个:
See if this works: (replace 'item' with the appropriate tag name).
If not, use this: