Layout.IndexOf(IView) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定子视图的索引。
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
。