StyleCollection.Insert(Int32, Style) 메서드

정의

지정된 인덱스 위치에 지정된 Style 개체 StyleCollection 를 삽입합니다.

public:
 void Insert(int index, System::Web::UI::WebControls::Style ^ style);
public void Insert(int index, System.Web.UI.WebControls.Style style);
member this.Insert : int * System.Web.UI.WebControls.Style -> unit
Public Sub Insert (index As Integer, style As Style)

매개 변수

index
Int32

개체를 삽입할 인덱스 위치(0부터 시작하는 위치)입니다 Style .

style
Style

Style 컬렉션에 삽입할 개체입니다.

설명

Insert 지정된 인덱스 위치의 개체에 지정된 Style 개체를 StyleCollection 삽입하려면 이 메서드를 사용합니다.

개체의 끝에 개체를 Style 추가 StyleCollection 하려면 메서드를 Add 사용합니다.

적용 대상

추가 정보