TreeNodeStyleCollection.IndexOf(TreeNodeStyle) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定集合中指定 TreeNodeStyle 对象的索引。
public:
int IndexOf(System::Web::UI::WebControls::TreeNodeStyle ^ style);
public int IndexOf (System.Web.UI.WebControls.TreeNodeStyle style);
member this.IndexOf : System.Web.UI.WebControls.TreeNodeStyle -> int
Public Function IndexOf (style As TreeNodeStyle) As Integer
参数
- style
- TreeNodeStyle
要查找的 TreeNodeStyle。
返回
如果找到 TreeNodeStyleCollection 中 style
的第一个匹配项的从零开始的索引,则为该索引;否则为 -1。
注解
使用该方法IndexOf确定对象TreeNodeStyleCollection中指定TreeNodeStyle对象的从零开始的索引。 如果节点不在集合中,该方法将返回 -1。
备注
如果集合中多次出现指定的 TreeNodeStyle 对象,则返回第一个匹配项的索引。