RoleGroupCollection.Insert(Int32, RoleGroup) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 RoleGroup 加入指定索引的集合中。
public:
void Insert(int index, System::Web::UI::WebControls::RoleGroup ^ group);
public void Insert (int index, System.Web.UI.WebControls.RoleGroup group);
member this.Insert : int * System.Web.UI.WebControls.RoleGroup -> unit
Public Sub Insert (index As Integer, group As RoleGroup)
參數
- index
- Int32
要插入角色群組之以零起始的索引。
- group
- RoleGroup
要插入的角色群組。
備註
方法 Insert 會在指定的位置插入指定的 RoleGroup 。 在集合中向下移動插入點后的角色群組,以容納新的元素。