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 方法。