MobileListItemCollection 생성자

정의

MobileListItemCollection 클래스의 새 인스턴스를 초기화합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

오버로드

Name Description
MobileListItemCollection()

MobileListItemCollection 클래스의 새 인스턴스를 초기화합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

MobileListItemCollection(ArrayList)

제공된 배열을 사용하여 클래스의 MobileListItemCollection 새 인스턴스를 초기화합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

MobileListItemCollection()

MobileListItemCollection 클래스의 새 인스턴스를 초기화합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

public:
 MobileListItemCollection();
public MobileListItemCollection();
Public Sub New ()

추가 정보

적용 대상

MobileListItemCollection(ArrayList)

제공된 배열을 사용하여 클래스의 MobileListItemCollection 새 인스턴스를 초기화합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

public:
 MobileListItemCollection(System::Collections::ArrayList ^ items);
public MobileListItemCollection(System.Collections.ArrayList items);
new System.Web.UI.MobileControls.MobileListItemCollection : System.Collections.ArrayList -> System.Web.UI.MobileControls.MobileListItemCollection
Public Sub New (items As ArrayList)

매개 변수

items
ArrayList

개체 목록을 MobileListItem 포함하는 배열입니다.

설명

이 버전의 생성자 구문을 사용하여 새 개체를 매개 변수에 포함된 MobileListItemCollection 개체로 items 채울 수 있습니다.

추가 정보

적용 대상