ItemsSourceView.IndexOf(Object) 方法

定义

检索指定项的索引。

本文档适用于 Windows 应用 SDKWinUI 的 WinUI 2 for UWP (,请参阅Windows 应用 SDK命名空间) 。

public:
 virtual int IndexOf(Platform::Object ^ item) = IndexOf;
int IndexOf(IInspectable const& item);
public int IndexOf(object item);
Public Function IndexOf (item As Object) As Integer

参数

item
Object

Platform::Object

IInspectable

要在集合中查找的对象。

返回

Int32

int

要查找的项的索引(如果找到)。

适用于