StyleCollection.Insert(Int32, Style) 方法

定义

将指定的 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)

参数

index
Int32

要插入 Style 对象的从零开始的索引位置。

style
Style

要插入到集合中的 Style 对象。

注解

使用 Insert 方法可将指定的 Style 对象插入到对象中的 StyleCollection 指定索引位置处。

若要 Style 在对象的末尾添加对象 StyleCollection ,请使用 Add 方法。

适用于

另请参阅