StyleCollection.IndexOf(Style) 方法

定义

返回指定的 Style 对象在集合中的索引。

public:
 int IndexOf(System::Web::UI::WebControls::Style ^ style);
public int IndexOf (System.Web.UI.WebControls.Style style);
member this.IndexOf : System.Web.UI.WebControls.Style -> int
Public Function IndexOf (style As Style) As Integer

参数

style
Style

要在集合中定位的 Style

返回

style 在集合中的第一个匹配项的从零开始的索引;否则,如果样式不在集合中,则为 -1。

注解

方法 Contains 通过使用 Equals 对象上的 Style 方法确定相等性。

适用于

另请参阅