Experimental: this API is experimental and might be changed or removed in the future.

VisualElement.Hierarchy.IndexOf

切换到手册
public int IndexOf (Experimental.UIElements.VisualElement element);

参数

element要返回其索引的元素。

返回

int 返回元素的索引,如果找不到元素,则返回 -1。

描述

检索层级视图中指定的 VisualElement 的索引。