StyleCollection.IndexOf(Style) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定的 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
之以零起始的索引;如果樣式不在集合中,則為 -1。
備註
方法 Contains 會使用 Equals 物件上的 Style 方法來判斷相等。