RoleGroupCollection.Insert(Int32, RoleGroup) 메서드

정의

지정된 인덱스에 있는 컬렉션에 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

역할 그룹을 삽입할 인덱스(0부터 시작)입니다.

group
RoleGroup

삽입할 역할 그룹입니다.

설명

합니다 Insert 메서드는 지정 된 삽입 RoleGroup 지정된 된 위치에 있습니다. 삽입 지점 다음에 역할 그룹 아래로 이동 컬렉션에 새 요소를 수용 합니다.

적용 대상

추가 정보