WebBrowserArray.SetIndex(WebBrowser, Int16) 메서드

정의

WebBrowser에서 초기 WebBrowserArray의 인덱스를 설정합니다.

public:
 void SetIndex(System::Windows::Forms::WebBrowser ^ o, short Index);
public void SetIndex (System.Windows.Forms.WebBrowser o, short Index);
member this.SetIndex : System.Windows.Forms.WebBrowser * int16 -> unit
Public Sub SetIndex (o As WebBrowser, Index As Short)

매개 변수

o
WebBrowser

컨트롤 배열의 WebBrowser입니다.

Index
Int16

지정된 WebBrowser의 인덱스를 나타내는 Short입니다.

설명

SetIndex 컨트롤 배열에서 초기 요소를 만들 때만 메서드를 호출 해야 합니다. 후속 요소를 추가 하려면 다음을 호출 합니다 Load 메서드 지정는 Index합니다.

참고

Visual Basic 6.0에서 Visual Basic으로의 업그레이드 도구에서 사용할 수 있도록 Microsoft.VisualBasic.Compatibility.VB6 네임스페이스의 함수 및 개체가 제공됩니다. 이러한 함수와 개체에서 제공하는 대부분의 기능은 .NET Framework의 다른 네임스페이스에서 얻을 수 있는 기능과 동일하므로 이러한 함수와 개체는 Visual Basic 6.0 코드 모델이 .NET Framework 구현과 크게 다른 경우에만 필요합니다.

적용 대상