StyleCollection.Insert(Int32, Style) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的 Style 物件插入至指定索引位置的 StyleCollection。
public:
void Insert(int index, System::Web::UI::WebControls::Style ^ style);
public void Insert (int index, System.Web.UI.WebControls.Style style);
member this.Insert : int * System.Web.UI.WebControls.Style -> unit
Public Sub Insert (index As Integer, style As Style)
參數
備註
您 Insert 可以使用方法,將指定的 Style 物件插入 StyleCollection 物件中指定的索引位置。
若要 Style 在物件的結尾加入物件 StyleCollection ,請使用 Add 方法。