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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.