ItemsSourceView.IndexOf(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索指定项的索引。
public:
virtual int IndexOf(Platform::Object ^ item) = IndexOf;
int IndexOf(IInspectable const& item);
public int IndexOf(object item);
function indexOf(item)
Public Function IndexOf (item As Object) As Integer
参数
- item
-
Object
Platform::Object
IInspectable
要在集合中查找的对象。
返回
Int32
int
要查找的项的索引(如果找到)。