Layout.IndexOf(IView) 方法

定义

获取指定子视图的索引。

public:
 virtual int IndexOf(Microsoft::Maui::IView ^ item);
public int IndexOf (Microsoft.Maui.IView item);
abstract member IndexOf : Microsoft.Maui.IView -> int
override this.IndexOf : Microsoft.Maui.IView -> int
Public Function IndexOf (item As IView) As Integer

参数

item
IView

要确定其索引的子视图。

返回

如果未找到视图,则指定视图的索引将返回 -1

实现

适用于