TreeNodeStyleCollection.IndexOf(TreeNodeStyle) 方法

定义

确定集合中指定 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

返回

Int32

如果找到 TreeNodeStyleCollectionstyle 的第一个匹配项的从零开始的索引,则为该索引;否则为 -1。

注解

使用该方法IndexOf确定对象TreeNodeStyleCollection中指定TreeNodeStyle对象的从零开始的索引。 如果节点不在集合中,该方法将返回 -1。

备注

如果集合中多次出现指定的 TreeNodeStyle 对象,则返回第一个匹配项的索引。

适用于

另请参阅