Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

RoleGroupCollection::Insert Method (Int32, RoleGroup^)

 

Adds a RoleGroup to the collection at the specified index.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
void Insert(
	int index,
	RoleGroup^ group
)

Parameters

index
Type: System::Int32

The zero-based index at which to insert the role group.

group
Type: System.Web.UI.WebControls::RoleGroup^

The role group to insert.

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.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft