RoleGroupCollection.Insert(Int32, RoleGroup) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a RoleGroup to the collection at the specified index.
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)
Parameters
- index
- Int32
The zero-based index at which to insert the role group.
- group
- RoleGroup
The role group to insert.
Remarks
The Insert method inserts the specified RoleGroup at the specified location. Role groups that follow the insertion point move down in the collection to accommodate the new element.
Applies to
See also
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.